Kyle-Liz commited on
Commit
f028cd4
1 Parent(s): eda5e81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ if os.getenv('SYSTEM') == 'spaces':
13
  print('tcnn done')
14
  os.system('pip install fvcore iopath')
15
  print('fvcore done')
16
- os.system('pip install git+https://github.com/facebookresearch/pytorch3d.git@v0.7.2')
17
  print('pt3d done')
18
 
19
  import cv2
 
13
  print('tcnn done')
14
  os.system('pip install fvcore iopath')
15
  print('fvcore done')
16
+ os.system('pip install git+https://github.com/facebookresearch/pytorch3d.git')
17
  print('pt3d done')
18
 
19
  import cv2