Spaces:
Running
on
L40S
Running
on
L40S
Akash Garg
commited on
Commit
·
0c04a17
1
Parent(s):
487ce21
adding engine import
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ print(os.listdir())
|
|
14 |
print(os.listdir('cube'))
|
15 |
print(pathdir.as_posix())
|
16 |
|
17 |
-
from cube3d.inference.engine import EngineFast
|
18 |
from pathlib import Path
|
19 |
import uuid
|
20 |
import shutil
|
|
|
14 |
print(os.listdir('cube'))
|
15 |
print(pathdir.as_posix())
|
16 |
|
17 |
+
from cube3d.inference.engine import EngineFast, Engine
|
18 |
from pathlib import Path
|
19 |
import uuid
|
20 |
import shutil
|