Spaces:
Sleeping
Sleeping
Commit
·
86ae98c
1
Parent(s):
86e2f81
Update model.py
Browse files
model.py
CHANGED
@@ -25,6 +25,7 @@ def generate_download_signed_url_v4(blob_name):
|
|
25 |
|
26 |
storage_client = storage.Client()
|
27 |
bucket = storage_client.bucket(bucket_name)
|
|
|
28 |
blob = bucket.blob(blob_name)
|
29 |
|
30 |
url = blob.generate_signed_url(
|
|
|
25 |
|
26 |
storage_client = storage.Client()
|
27 |
bucket = storage_client.bucket(bucket_name)
|
28 |
+
print(blob_name)
|
29 |
blob = bucket.blob(blob_name)
|
30 |
|
31 |
url = blob.generate_signed_url(
|