multimodalart HF staff commited on
Commit
e0409aa
·
verified ·
1 Parent(s): 232dd74

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -396,7 +396,7 @@ def bulk_upload(profile: Optional[gr.OAuthProfile], urls, link_civit=False, prog
396
  print(url)
397
  if(url):
398
  try:
399
- upload_result = upload_civit_to_hf(profile, url, link_civit)
400
  gr.Warning(f"Model {link_civit} uploaded")
401
  except:
402
  gr.Warning(f"Error uploading the model {link_civit}")
 
396
  print(url)
397
  if(url):
398
  try:
399
+ upload_result = upload_civit_to_hf(url, link_civit)
400
  gr.Warning(f"Model {link_civit} uploaded")
401
  except:
402
  gr.Warning(f"Error uploading the model {link_civit}")