Skip to content

Commit d7e1078

Browse files
authored
remove nodcloud from client (huggingface#562)
Co-authored-by: dan <[email protected]>
1 parent 6be5926 commit d7e1078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shark/shark_downloader.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def download_public_file(full_gs_url, destination_folder_name):
2525
# bucket_name = "gs://your-bucket-name/path/to/file"
2626
# destination_file_name = "local/path/to/file"
2727

28-
storage_client = storage.Client("nod-cloud")
28+
storage_client = storage.Client()
2929
bucket_name = full_gs_url.split("/")[2]
3030
source_blob_name = "/".join(full_gs_url.split("/")[3:])
3131
bucket = storage_client.bucket(bucket_name)

0 commit comments

Comments
 (0)