Spaces:
Running
Running
Update app.py
Browse files
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(
|
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}")
|