lixuejing commited on
Commit
8bb7a67
·
1 Parent(s): 221303c
Files changed (1) hide show
  1. app.py +2 -1
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
- restart_space()
 
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(