multimodalart HF staff commited on
Commit
ea1645b
1 Parent(s): 71daff3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.Info(f"Model {link_civit} uploaded")
298
  except:
299
- gr.Info(f"Error uploading the model {link_civit}")
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;