Kyle-Liz commited on
Commit
e2a3b6b
·
1 Parent(s): e293fb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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