Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
lixuejing
commited on
Commit
·
ef3dbd2
1
Parent(s):
f3a3281
add log
Browse files
app.py
CHANGED
@@ -54,6 +54,8 @@ def init_space():
|
|
54 |
except Exception:
|
55 |
import traceback
|
56 |
print("EVAL_REQUEST exception", traceback.format_exc())
|
|
|
|
|
57 |
import time
|
58 |
time.sleep(25)
|
59 |
restart_space()
|
|
|
54 |
except Exception:
|
55 |
import traceback
|
56 |
print("EVAL_REQUEST exception", traceback.format_exc())
|
57 |
+
import huggingface_hub
|
58 |
+
print(huggingface_hub.__version__)
|
59 |
import time
|
60 |
time.sleep(25)
|
61 |
restart_space()
|