Efreak commited on
Commit
bf25449
·
1 Parent(s): 284f5a6

does markdown work here? i hope so...

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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