Spaces:
Runtime error
Runtime error
osanseviero
commited on
Commit
•
46048ce
1
Parent(s):
16848a3
Update app.py
Browse files
app.py
CHANGED
@@ -34,6 +34,7 @@ def duplicate(destination_repo, model_id, token):
|
|
34 |
path_in_repo="app.py",
|
35 |
repo_id=destination_repo,
|
36 |
repo_type="space",
|
|
|
37 |
)
|
38 |
|
39 |
return (
|
|
|
34 |
path_in_repo="app.py",
|
35 |
repo_id=destination_repo,
|
36 |
repo_type="space",
|
37 |
+
token=token
|
38 |
)
|
39 |
|
40 |
return (
|