Spaces:
Running
Running
Update app.py
#16
by
reach-vb
HF staff
- opened
app.py
CHANGED
@@ -73,7 +73,7 @@ def process_image_tag(image_tag, repo_id, oauth_token: Union[gr.OAuthToken, None
|
|
73 |
download_file(config_digest, image)
|
74 |
try:
|
75 |
# Upload to Hugging Face Hub
|
76 |
-
upload_result = upload_to_huggingface(repo_id, 'blobs
|
77 |
|
78 |
# Delete the blobs folder
|
79 |
shutil.rmtree('blobs')
|
|
|
73 |
download_file(config_digest, image)
|
74 |
try:
|
75 |
# Upload to Hugging Face Hub
|
76 |
+
upload_result = upload_to_huggingface(repo_id, 'blobs', oauth_token)
|
77 |
|
78 |
# Delete the blobs folder
|
79 |
shutil.rmtree('blobs')
|