Spaces:
Runtime error
Runtime error
Commit Β·
a8356aa
1
Parent(s): 5305efd
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,6 +23,7 @@ os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'
|
|
| 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 |
from models import *
|
| 27 |
|
| 28 |
|
|
|
|
| 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 |
+
os.system('ls -la')
|
| 27 |
from models import *
|
| 28 |
|
| 29 |
|