Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ def get_username(url):
|
|
108 |
result = match_username.group(1)
|
109 |
return result
|
110 |
|
111 |
-
# Get username in Hugging
|
112 |
|
113 |
def get_username_hf(url):
|
114 |
match_username = re.search(r'huggingface.co/(.*?)/', url)
|
|
|
108 |
result = match_username.group(1)
|
109 |
return result
|
110 |
|
111 |
+
# Get username in Hugging Face
|
112 |
|
113 |
def get_username_hf(url):
|
114 |
match_username = re.search(r'huggingface.co/(.*?)/', url)
|