Spaces:
Running
Running
Commit
•
5158f4a
1
Parent(s):
8d55e8b
Update app.py
Browse files
app.py
CHANGED
@@ -182,7 +182,7 @@ def extract_huggingface_username(username):
|
|
182 |
|
183 |
|
184 |
def check_civit_link(profile: Optional[gr.OAuthProfile], url):
|
185 |
-
info, _ = process_url(url,
|
186 |
hf_username = extract_huggingface_username(info['creator'])
|
187 |
print(hf_username)
|
188 |
attributes_methods = dir(profile)
|
|
|
182 |
|
183 |
|
184 |
def check_civit_link(profile: Optional[gr.OAuthProfile], url):
|
185 |
+
info, _ = process_url(url, do_download=False)
|
186 |
hf_username = extract_huggingface_username(info['creator'])
|
187 |
print(hf_username)
|
188 |
attributes_methods = dir(profile)
|