lixuejing commited on
Commit
ef1a381
·
1 Parent(s): 6f220c2
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -60,6 +60,8 @@ def init_space():
60
  print("EVAL_REQUEST exception", traceback.format_exc())
61
  import huggingface_hub
62
  print(huggingface_hub.__version__)
 
 
63
  import time
64
  time.sleep(25)
65
  #restart_space()
 
60
  print("EVAL_REQUEST exception", traceback.format_exc())
61
  import huggingface_hub
62
  print(huggingface_hub.__version__)
63
+ value = os.environ.get('TRANSFORMERS_CACHE')
64
+ print("transformer value", value)
65
  import time
66
  time.sleep(25)
67
  #restart_space()