Spaces:
Running
Running
Commit
•
ea1645b
1
Parent(s):
71daff3
Update app.py
Browse files
app.py
CHANGED
@@ -294,9 +294,9 @@ def bulk_upload(profile: Optional[gr.OAuthProfile], urls, link_civit=False, prog
|
|
294 |
if(url):
|
295 |
try:
|
296 |
upload_result = upload_civit_to_hf(profile, url, link_civit)
|
297 |
-
gr.
|
298 |
except:
|
299 |
-
gr.
|
300 |
css = '''
|
301 |
#login {
|
302 |
font-size: 0px;
|
|
|
294 |
if(url):
|
295 |
try:
|
296 |
upload_result = upload_civit_to_hf(profile, url, link_civit)
|
297 |
+
gr.Warning(f"Model {link_civit} uploaded")
|
298 |
except:
|
299 |
+
gr.Warning(f"Error uploading the model {link_civit}")
|
300 |
css = '''
|
301 |
#login {
|
302 |
font-size: 0px;
|