Spaces:
Running
Running
Commit
•
59ba410
1
Parent(s):
43f0fb8
Update app.py
Browse files
app.py
CHANGED
@@ -290,7 +290,7 @@ def list_civit_models(username):
|
|
290 |
|
291 |
return urls
|
292 |
|
293 |
-
def upload_civit_to_hf(profile: Optional[gr.OAuthProfile], oauth_token: gr.OAuthToken, url, link_civit=False
|
294 |
if not profile.name:
|
295 |
return gr.Error("Are you sure you are logged in?")
|
296 |
|
|
|
290 |
|
291 |
return urls
|
292 |
|
293 |
+
def upload_civit_to_hf(profile: Optional[gr.OAuthProfile], oauth_token: gr.OAuthToken, url, link_civit=False):
|
294 |
if not profile.name:
|
295 |
return gr.Error("Are you sure you are logged in?")
|
296 |
|