Spaces:
Runtime error
Runtime error
liujie
commited on
Commit
·
f56b3a8
1
Parent(s):
e3ce2e2
fix restart error
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ eval_set_dir = "dataset"
|
|
| 20 |
eval_results_dir = "evals"
|
| 21 |
|
| 22 |
def restart_space():
|
| 23 |
-
api.restart_space(repo_id=
|
| 24 |
|
| 25 |
color_map = {
|
| 26 |
"Generative": "#7497db",
|
|
|
|
| 20 |
eval_results_dir = "evals"
|
| 21 |
|
| 22 |
def restart_space():
|
| 23 |
+
api.restart_space(repo_id=eval_set_repo_id, token=COLLAB_TOKEN)
|
| 24 |
|
| 25 |
color_map = {
|
| 26 |
"Generative": "#7497db",
|