PierreHanna commited on
Commit
9022a9d
Β·
1 Parent(s): dc96ac0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'
22
 
23
 
24
  python_path = hf_hub_download(repo_id="PierreHanna/TextRetrieval", repo_type="space", filename="models.py",
25
- use_auth_token=os.environ['TOKEN'], subfolder="ph")
26
  from ph.models import *
27
 
28
 
 
22
 
23
 
24
  python_path = hf_hub_download(repo_id="PierreHanna/TextRetrieval", repo_type="space", filename="models.py",
25
+ use_auth_token=os.environ['TOKEN'], cache_dir="ph")
26
  from ph.models import *
27
 
28