Spaces:
Runtime error
Runtime error
Commit
·
30c1694
1
Parent(s):
3cc2692
bugfix
Browse files
app.py
CHANGED
|
@@ -33,13 +33,13 @@ def restart_space():
|
|
| 33 |
API.restart_space(repo_id=REPO_ID)
|
| 34 |
|
| 35 |
## Space initialisation
|
| 36 |
-
try:
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
except Exception:
|
| 42 |
-
|
| 43 |
try:
|
| 44 |
print(EVAL_RESULTS_PATH)
|
| 45 |
snapshot_download(
|
|
|
|
| 33 |
API.restart_space(repo_id=REPO_ID)
|
| 34 |
|
| 35 |
## Space initialisation
|
| 36 |
+
# try:
|
| 37 |
+
# print(EVAL_REQUESTS_PATH)
|
| 38 |
+
# snapshot_download(
|
| 39 |
+
# repo_id=QUEUE_REPO, local_dir=EVAL_REQUESTS_PATH, repo_type="dataset", tqdm_class=None, etag_timeout=30, token=TOKEN
|
| 40 |
+
# )
|
| 41 |
+
# except Exception:
|
| 42 |
+
# restart_space()
|
| 43 |
try:
|
| 44 |
print(EVAL_RESULTS_PATH)
|
| 45 |
snapshot_download(
|