lixuejing commited on
Commit
ef3dbd2
·
1 Parent(s): f3a3281
Files changed (1) hide show
  1. app.py +2 -0
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()