We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c21323 commit f674524Copy full SHA for f674524
notebooks/community/model_garden/model_garden_mediapipe_object_detection.ipynb
@@ -160,7 +160,7 @@
160
" ! gsutil mb -l {REGION} {BUCKET_URI}\n",
161
"else:\n",
162
" 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",
+ " shell_output = ! gsutil ls -Lb {BUCKET_NAME} | grep \"Location constraint:\" | sed \"s/Location constraint://\"\n",
164
" bucket_region = shell_output[0].strip().lower()\n",
165
" if bucket_region != REGION:\n",
166
" raise ValueError(\n",
0 commit comments