Spaces:
Runtime error
Runtime error
Commit Β·
6a94b66
1
Parent(s): 8f7a395
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,11 +23,11 @@ python_path = hf_hub_download(repo_id="PierreHanna/TextRetrieval", repo_type="sp
|
|
| 23 |
use_auth_token=os.environ['TOKEN'])
|
| 24 |
|
| 25 |
print(python_path)
|
| 26 |
-
|
| 27 |
#from models import *
|
| 28 |
|
| 29 |
-
sys.path.append(os.environ['PRIVATE_DIR'])
|
| 30 |
-
from models import *
|
| 31 |
|
| 32 |
def process(prompt, lang):
|
| 33 |
|
|
|
|
| 23 |
use_auth_token=os.environ['TOKEN'])
|
| 24 |
|
| 25 |
print(python_path)
|
| 26 |
+
os.system('ls -la')
|
| 27 |
#from models import *
|
| 28 |
|
| 29 |
+
#sys.path.append(os.environ['PRIVATE_DIR'])
|
| 30 |
+
#from models import *
|
| 31 |
|
| 32 |
def process(prompt, lang):
|
| 33 |
|