Spaces:
Runtime error
Runtime error
Efreak
commited on
Commit
·
bf25449
1
Parent(s):
284f5a6
does markdown work here? i hope so...
Browse files
app.py
CHANGED
@@ -51,6 +51,7 @@ def duplicate(source_url, preview_url, model_id, dst_repo, token, repo_type, nsf
|
|
51 |
repo_id=dst_repo,
|
52 |
repo_type="model",
|
53 |
commit_messgage=filename,
|
|
|
54 |
create_pr=make_pr
|
55 |
)
|
56 |
|
|
|
51 |
repo_id=dst_repo,
|
52 |
repo_type="model",
|
53 |
commit_messgage=filename,
|
54 |
+
commit_description=source_url+"\n\n![preview]("+preview_url+")",
|
55 |
create_pr=make_pr
|
56 |
)
|
57 |
|