Spaces:
Runtime error
Runtime error
Update app.py
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('error')
|
| 50 |
restart_space()
|
| 51 |
|
| 52 |
|