kevinwang676 commited on
Commit
f53ea52
·
verified ·
1 Parent(s): 9003432

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Facew
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)