Spaces:
Runtime error
Runtime error
update repo
Browse files
app.py
CHANGED
@@ -14,6 +14,7 @@ from src import populate
|
|
14 |
|
15 |
|
16 |
def restart_space():
|
|
|
17 |
API.restart_space(repo_id=REPO_ID, token=TOKEN)
|
18 |
|
19 |
restart_space()
|
|
|
14 |
|
15 |
|
16 |
def restart_space():
|
17 |
+
print(TOKEN)
|
18 |
API.restart_space(repo_id=REPO_ID, token=TOKEN)
|
19 |
|
20 |
restart_space()
|