Spaces:
Runtime error
Runtime error
Efreak
commited on
Commit
·
cace2a9
1
Parent(s):
bf25449
whoa, an actual typo!
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def duplicate(source_url, preview_url, model_id, dst_repo, token, repo_type, nsf
|
|
50 |
path_in_repo=repopath,
|
51 |
repo_id=dst_repo,
|
52 |
repo_type="model",
|
53 |
-
|
54 |
commit_description=source_url+"\n\n![preview]("+preview_url+")",
|
55 |
create_pr=make_pr
|
56 |
)
|
|
|
50 |
path_in_repo=repopath,
|
51 |
repo_id=dst_repo,
|
52 |
repo_type="model",
|
53 |
+
commit_message=filename,
|
54 |
commit_description=source_url+"\n\n![preview]("+preview_url+")",
|
55 |
create_pr=make_pr
|
56 |
)
|