Spaces:
Sleeping
Sleeping
Akash Garg
commited on
Commit
·
0b2312f
1
Parent(s):
abdc26c
prints
Browse files
app.py
CHANGED
|
@@ -9,6 +9,10 @@ from pathlib import Path
|
|
| 9 |
pathdir = Path(__file__).parent / 'cube'
|
| 10 |
sys.path.append(pathdir.as_posix())
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
from cube3d.inference.engine import EngineFast
|
| 13 |
from pathlib import Path
|
| 14 |
import uuid
|
|
|
|
| 9 |
pathdir = Path(__file__).parent / 'cube'
|
| 10 |
sys.path.append(pathdir.as_posix())
|
| 11 |
|
| 12 |
+
print(__file__)
|
| 13 |
+
print(os.listdir())
|
| 14 |
+
print(pathdir.as_posix())
|
| 15 |
+
|
| 16 |
from cube3d.inference.engine import EngineFast
|
| 17 |
from pathlib import Path
|
| 18 |
import uuid
|