Skip to content

Commit 0806a13

Browse files
Update model_garden_pytorch_zipnerf.ipynb
1 parent 6d69abb commit 0806a13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/community/model_garden/model_garden_pytorch_zipnerf.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@
394394
" bucket_path: str, output_gcs_file: str, max_files: int = 10\n",
395395
") -> List[Any]:\n",
396396
" # Get the list of files in the GCS bucket.\n",
397-
" cmd = f\"gsutil {bucket_path}\"\n",
397+
" cmd = f\"gsutil ls {bucket_path}\"\n",
398398
" result = subprocess.run(cmd, shell=True, capture_output=True, text=True)\n",
399399
"\n",
400400
" if result.returncode != 0:\n",

0 commit comments

Comments
 (0)