Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
lixuejing
commited on
Commit
·
8bb7a67
1
Parent(s):
221303c
add log
Browse files
app.py
CHANGED
@@ -68,7 +68,8 @@ def init_space():
|
|
68 |
except Exception:
|
69 |
import traceback
|
70 |
print("EVAL_RESULTS exception", traceback.format_exc())
|
71 |
-
|
|
|
72 |
|
73 |
|
74 |
raw_data, original_df = get_leaderboard_df(
|
|
|
68 |
except Exception:
|
69 |
import traceback
|
70 |
print("EVAL_RESULTS exception", traceback.format_exc())
|
71 |
+
sleep(5)
|
72 |
+
#restart_space()
|
73 |
|
74 |
|
75 |
raw_data, original_df = get_leaderboard_df(
|