Spaces:
Runtime error
Runtime error
Commit Β·
3f3e56a
1
Parent(s): 6cbfd92
Update app.py
Browse files
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'], cache_dir=".")
|
| 26 |
print(python_path)
|
| 27 |
os.system('ls -la')
|
| 28 |
from models import *
|
|
|
|
| 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 |
print(python_path)
|
| 27 |
os.system('ls -la')
|
| 28 |
from models import *
|