Spaces:
Running
Running
Commit
•
86897d2
1
Parent(s):
a3400ce
Update app.py
Browse files
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
|
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:
|