multimodalart HF staff commited on
Commit
86897d2
1 Parent(s): a3400ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -391,7 +391,7 @@ def upload_civit_to_hf(profile: Optional[gr.OAuthProfile], oauth_token: gr.OAuth
391
  return f'''# Model uploaded to 🤗!
392
  ## Access it here [{user_repo_id}](https://huggingface.co/{user_repo_id}) '''
393
 
394
- def bulk_upload(profile: Optional[gr.OAuthProfile], oauth_token: gr.OAuthToken, urls, link_civit=False, progress=gr.Progress(track_tqdm=True)):
395
  urls = urls.split("\n")
396
  print(urls)
397
  for url in urls:
 
391
  return f'''# Model uploaded to 🤗!
392
  ## Access it here [{user_repo_id}](https://huggingface.co/{user_repo_id}) '''
393
 
394
+ def bulk_upload(profile: Optional[gr.OAuthProfile], oauth_token: gr.OAuthToken, urls, link_civit=False):
395
  urls = urls.split("\n")
396
  print(urls)
397
  for url in urls: