Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,14 +3,14 @@ import numpy as np
|
|
| 3 |
import os
|
| 4 |
import subprocess
|
| 5 |
from datetime import datetime
|
| 6 |
-
|
| 7 |
-
os.system('pip install ./
|
| 8 |
-
os.system('pip install ./
|
| 9 |
-
os.system('pip install
|
| 10 |
-
os.system('pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch')
|
| 11 |
os.system('pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch')
|
| 12 |
os.system('git clone https://github.com/openai/shap-e.git')
|
| 13 |
os.system('pip install -e ./shap-e')
|
|
|
|
| 14 |
example_inputs = [[
|
| 15 |
"A fox."
|
| 16 |
], [
|
|
|
|
| 3 |
import os
|
| 4 |
import subprocess
|
| 5 |
from datetime import datetime
|
| 6 |
+
os.system('git clone https://huggingface.co/camenduru/GaussianDreamer')
|
| 7 |
+
os.system('pip install ./GaussianDreamer/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl')
|
| 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')
|
| 13 |
+
os.system('mv ./GaussianDreamer/shapE_finetuned_with_330kdata.pth ./load/shapE_finetuned_with_330kdata.pth')
|
| 14 |
example_inputs = [[
|
| 15 |
"A fox."
|
| 16 |
], [
|