PierreHanna commited on
Commit
abca6ce
·
verified ·
1 Parent(s): 774d921

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ tensorflow.config.threading.set_inter_op_parallelism_threads(8)
21
  #
22
  python_path = hf_hub_download(repo_id=os.environ['REPO_ID'], repo_type="space", filename=os.environ['MODEL_FILE'],
23
  use_auth_token=os.environ['TOKEN'])
24
- #print("PATH : ", python_path)
25
  sys.path.append(os.environ['PRIVATE_DIR'])
26
  from models import *
27
 
 
21
  #
22
  python_path = hf_hub_download(repo_id=os.environ['REPO_ID'], repo_type="space", filename=os.environ['MODEL_FILE'],
23
  use_auth_token=os.environ['TOKEN'])
24
+ print("PATH : ", python_path)
25
  sys.path.append(os.environ['PRIVATE_DIR'])
26
  from models import *
27