lixuejing
commited on
Commit
·
79840d6
1
Parent(s):
829d57b
update
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ from src.tools.plots import (
|
|
38 |
)
|
39 |
|
40 |
def restart_space():
|
41 |
-
API.restart_space(repo_id=REPO_ID)
|
42 |
|
43 |
|
44 |
def init_space():
|
|
|
38 |
)
|
39 |
|
40 |
def restart_space():
|
41 |
+
API.restart_space(repo_id=REPO_ID, token=TOKEN)
|
42 |
|
43 |
|
44 |
def init_space():
|