Spaces:
Running
Running
[email protected]
commited on
Commit
·
2012525
1
Parent(s):
4d1c934
update
Browse files
app.py
CHANGED
@@ -46,6 +46,7 @@ try:
|
|
46 |
repo_id=RESULTS_REPO, local_dir=EVAL_RESULTS_PATH, repo_type="dataset", tqdm_class=None, etag_timeout=30, token=TOKEN
|
47 |
)
|
48 |
except Exception:
|
|
|
49 |
restart_space()
|
50 |
|
51 |
|
|
|
46 |
repo_id=RESULTS_REPO, local_dir=EVAL_RESULTS_PATH, repo_type="dataset", tqdm_class=None, etag_timeout=30, token=TOKEN
|
47 |
)
|
48 |
except Exception:
|
49 |
+
print('failed to download eval')
|
50 |
restart_space()
|
51 |
|
52 |
|