thewhole commited on
Commit
5dc76cf
1 Parent(s): 2079028

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from datetime import datetime
6
  os.system('git clone https://huggingface.co/camenduru/GaussianDreamer')
7
  os.system('pip install ./gaussiansplatting/submodules/diff-gaussian-rasterization')
8
  os.system('pip install ./GaussianDreamer/nerfacc-0.5.3-cp310-cp310-linux_x86_64.whl')
9
- os.system('pip install ./GaussianDreamer/simple_knn-0.0.0-cp310-cp310-linux_x86_64.whl')
10
  os.system('pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch')
11
  os.system('git clone https://github.com/openai/shap-e.git')
12
  os.system('pip install -e ./shap-e')
 
6
  os.system('git clone https://huggingface.co/camenduru/GaussianDreamer')
7
  os.system('pip install ./gaussiansplatting/submodules/diff-gaussian-rasterization')
8
  os.system('pip install ./GaussianDreamer/nerfacc-0.5.3-cp310-cp310-linux_x86_64.whl')
9
+ os.system('pip install ./gaussiansplatting/submodules/simple-knn')
10
  os.system('pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch')
11
  os.system('git clone https://github.com/openai/shap-e.git')
12
  os.system('pip install -e ./shap-e')