reach-vb HF Staff commited on
Commit
1e131f2
·
verified ·
1 Parent(s): a3a70ce

Update app.py (#16)

Browse files

- Update app.py (acb8caa79ea1282d5f6bd41bbdb1ba21c5dfa678)

Files changed (1) hide show
  1. app.py +1 -1
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/*', oauth_token)
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')