Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
lixuejing
commited on
Commit
·
5cd7148
1
Parent(s):
8bb7a67
fix
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 |
#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 |
|