osanseviero commited on
Commit
e966afc
·
1 Parent(s): 180fba5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def duplicate(source_repo, dst_repo, token, repo_type):
45
  elif os.path.isdir(file_path):
46
  shutil.rmtree(file_path)
47
 
48
- return "done.jpg"
49
 
50
  interface = gr.Interface(
51
  fn=duplicate,
 
45
  elif os.path.isdir(file_path):
46
  shutil.rmtree(file_path)
47
 
48
+ return "sp.jpg"
49
 
50
  interface = gr.Interface(
51
  fn=duplicate,