Spaces:
Restarting
on
CPU Upgrade
Restarting
on
CPU Upgrade
lixuejing
commited on
Commit
·
e6827ef
1
Parent(s):
5cd7148
fix
Browse files
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(
|
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 |
|