Commit
·
ad15316
1
Parent(s):
b8a45b2
addd
Browse files
app.py
CHANGED
|
@@ -32,7 +32,8 @@ from src.submission.submit import add_new_eval
|
|
| 32 |
|
| 33 |
|
| 34 |
def restart_space():
|
| 35 |
-
|
|
|
|
| 36 |
|
| 37 |
try:
|
| 38 |
print(EVAL_REQUESTS_PATH)
|
|
|
|
| 32 |
|
| 33 |
|
| 34 |
def restart_space():
|
| 35 |
+
pass
|
| 36 |
+
# API.restart_space(repo_id=REPO_ID)
|
| 37 |
|
| 38 |
try:
|
| 39 |
print(EVAL_REQUESTS_PATH)
|