Skip to content

Commit f674524

Browse files
Update model_garden_mediapipe_object_detection.ipynb
1 parent 9c21323 commit f674524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/community/model_garden/model_garden_mediapipe_object_detection.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
" ! gsutil mb -l {REGION} {BUCKET_URI}\n",
161161
"else:\n",
162162
" assert BUCKET_URI.startswith(\"gs://\"), \"BUCKET_URI must start with `gs://`.\"\n",
163-
" shell_output = ! gsutil ls -Lb {BUCKET_NAME} | grep \"Location constraint:\" | sed \"s/Location constraint://\"\n",
163+
" shell_output = ! gsutil ls -Lb {BUCKET_NAME} | grep \"Location constraint:\" | sed \"s/Location constraint://\"\n",
164164
" bucket_region = shell_output[0].strip().lower()\n",
165165
" if bucket_region != REGION:\n",
166166
" raise ValueError(\n",

0 commit comments

Comments
 (0)