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