lixuejing commited on
Commit
e6827ef
·
1 Parent(s): 5cd7148
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def init_space():
69
  import traceback
70
  print("EVAL_RESULTS exception", traceback.format_exc())
71
  import time
72
- time.sleep(5)
73
  #restart_space()
74
 
75
 
 
69
  import traceback
70
  print("EVAL_RESULTS exception", traceback.format_exc())
71
  import time
72
+ time.sleep(25)
73
  #restart_space()
74
 
75