multimodalart HF staff commited on
Commit
233589f
1 Parent(s): ce6f085

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ def clone(profile: gr.OAuthProfile, oauth_token: gr.OAuthToken, repo_git, repo_h
20
  repo_id=f"{profile.username}/{slugify(repo_hf)}",
21
  repo_type="space",
22
  )
23
- return f"https://huggingface.co/{profile.username}/{slugify(repo_hf)}"
24
 
25
 
26
  with gr.Blocks() as demo:
 
20
  repo_id=f"{profile.username}/{slugify(repo_hf)}",
21
  repo_type="space",
22
  )
23
+ return f"https://huggingface.co/spaces/{profile.username}/{slugify(repo_hf)}"
24
 
25
 
26
  with gr.Blocks() as demo: