Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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
|