Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
-
os.system('pip install /home/user/app/third_party/voxelize
|
|
|
3 |
import torch
|
4 |
import trimesh
|
5 |
import datetime
|
|
|
1 |
import os
|
2 |
+
os.system('pip install -e /home/user/app/third_party/voxelize/.')
|
3 |
+
import spaces
|
4 |
import torch
|
5 |
import trimesh
|
6 |
import datetime
|