Spaces:
Running
on
L40S
Running
on
L40S
Akash Garg
commited on
Commit
·
ef1530a
1
Parent(s):
46b3fff
attempt sys path append on cube
Browse files
app.py
CHANGED
@@ -4,7 +4,9 @@ import os
|
|
4 |
import torch
|
5 |
import trimesh
|
6 |
import sys
|
7 |
-
|
|
|
|
|
8 |
from cube3d.inference.engine import EngineFast
|
9 |
from pathlib import Path
|
10 |
import uuid
|
|
|
4 |
import torch
|
5 |
import trimesh
|
6 |
import sys
|
7 |
+
|
8 |
+
sys.path.append(Path(__file__) / 'cube')
|
9 |
+
|
10 |
from cube3d.inference.engine import EngineFast
|
11 |
from pathlib import Path
|
12 |
import uuid
|