Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ from src.submission.submit import add_new_eval
|
|
| 30 |
|
| 31 |
|
| 32 |
def restart_space():
|
| 33 |
-
API.restart_space(repo_id=REPO_ID)
|
| 34 |
|
| 35 |
|
| 36 |
### Space initialisation
|
|
|
|
| 30 |
|
| 31 |
|
| 32 |
def restart_space():
|
| 33 |
+
API.restart_space(repo_id=REPO_ID, token=TOKEN)
|
| 34 |
|
| 35 |
|
| 36 |
### Space initialisation
|