wushuang98 commited on
Commit
ca1a2b4
·
verified ·
1 Parent(s): 7916b88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,5 +1,6 @@
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 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