Commit
•
233589f
1
Parent(s):
ce6f085
Update app.py
Browse files
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:
|