Spaces:
Runtime error
Runtime error
Thiago Vieira
commited on
Commit
·
7016a99
1
Parent(s):
1a97549
add pwd
Browse files
app.py
CHANGED
|
@@ -8,6 +8,8 @@ from bm25Simple import BM25Simple
|
|
| 8 |
|
| 9 |
path = os.path.dirname(__file__)
|
| 10 |
print(path)
|
|
|
|
|
|
|
| 11 |
print(subprocess.run(['ls -la'], shell=True))
|
| 12 |
print()
|
| 13 |
print(subprocess.run(['ls -la models/'], shell=True))
|
|
|
|
| 8 |
|
| 9 |
path = os.path.dirname(__file__)
|
| 10 |
print(path)
|
| 11 |
+
print(subprocess.run(['pwd'], shell=True))
|
| 12 |
+
print()
|
| 13 |
print(subprocess.run(['ls -la'], shell=True))
|
| 14 |
print()
|
| 15 |
print(subprocess.run(['ls -la models/'], shell=True))
|