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