osanseviero commited on
Commit
5c491eb
·
1 Parent(s): 7f37cc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def duplicate(source_repo, dst_repo, token, repo_type):
55
  elif os.path.isdir(file_path):
56
  shutil.rmtree(file_path)
57
 
58
- return f"Find your repo <a href=\"{url}" target=\"_blank\">here</a>", "sp.jpg"
59
 
60
  interface = gr.Interface(
61
  fn=duplicate,
 
55
  elif os.path.isdir(file_path):
56
  shutil.rmtree(file_path)
57
 
58
+ return f"Find your repo <a href=\""{url}" target=\"_blank\">here</a>", "sp.jpg"
59
 
60
  interface = gr.Interface(
61
  fn=duplicate,