Spaces:
Sleeping
Sleeping
Commit
·
e966afc
1
Parent(s):
180fba5
Update app.py
Browse files
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 "
|
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,
|