Skip to content

Commit 9ee3716

Browse files
Update model_garden_tfvision_image_classification.ipynb
1 parent 0818229 commit 9ee3716

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/community/model_garden/model_garden_tfvision_image_classification.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
"if BUCKET_URI is None or BUCKET_URI.strip() == \"\" or BUCKET_URI == \"gs://\":\n",
170170
" BUCKET_URI = f\"gs://{PROJECT_ID}-tmp-{now}-{str(uuid.uuid4())[:4]}\"\n",
171171
" BUCKET_NAME = \"/\".join(BUCKET_URI.split(\"/\")[:3])\n",
172-
" ! gsutil mb -l {REGION} {BUCKET_URI}\n",
172+
" ! gsutil mb -l {REGION} {BUCKET_URI}\n",
173173
"else:\n",
174174
" assert BUCKET_URI.startswith(\"gs://\"), \"BUCKET_URI must start with `gs://`.\"\n",
175175
" shell_output = ! gsutil ls -Lb {BUCKET_NAME} | grep \"Location constraint:\" | sed \"s/Location constraint://\"\n",

0 commit comments

Comments
 (0)