lixuejing commited on
Commit
5cd7148
·
1 Parent(s): 8bb7a67
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
- sleep(5)
 
72
  #restart_space()
73
 
74
 
 
68
  except Exception:
69
  import traceback
70
  print("EVAL_RESULTS exception", traceback.format_exc())
71
+ import time
72
+ time.sleep(5)
73
  #restart_space()
74
 
75