Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -42,6 +42,8 @@ The demo only contains the 3D reconstruction part.
|
|
42 |
'''
|
43 |
_GPU_ID = 0
|
44 |
|
|
|
|
|
45 |
if not hasattr(Image, 'Resampling'):
|
46 |
Image.Resampling = Image
|
47 |
|
|
|
42 |
'''
|
43 |
_GPU_ID = 0
|
44 |
|
45 |
+
os.system('pip install --global-option="--no-networks" git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch')
|
46 |
+
|
47 |
if not hasattr(Image, 'Resampling'):
|
48 |
Image.Resampling = Image
|
49 |
|