Spaces:
Runtime error
Runtime error
Efreak
commited on
Commit
·
c90e9c6
1
Parent(s):
59e92ce
another typo. I blame notepad.
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def duplicate(source_url, preview_url, model_id, dst_repo, token, repo_type, nsf
|
|
57 |
subprocess.check_call([r"rm","-rf",dir])
|
58 |
|
59 |
return (
|
60 |
-
f'Find your commit at the top of <a href=\'https://hf.co/
|
61 |
"sp.jpg",
|
62 |
)
|
63 |
|
|
|
57 |
subprocess.check_call([r"rm","-rf",dir])
|
58 |
|
59 |
return (
|
60 |
+
f'Find your commit at the top of <a href=\'https://hf.co/{dst_repo}/commits/main{repopath}\' target="_blank" style="text-decoration:underline">your commits</a>',
|
61 |
"sp.jpg",
|
62 |
)
|
63 |
|