Spaces:
Runtime error
Runtime error
jiaweir
commited on
Commit
β’
ffd7c50
1
Parent(s):
86c63b7
init
Browse files- .gitignore +0 -2
- app.py +1 -1
.gitignore
CHANGED
@@ -30,6 +30,4 @@ eval_data*/
|
|
30 |
batchscript*
|
31 |
|
32 |
pretrained/
|
33 |
-
diff-gaussian-rasterization/
|
34 |
-
|
35 |
tmp_data/
|
|
|
30 |
batchscript*
|
31 |
|
32 |
pretrained/
|
|
|
|
|
33 |
tmp_data/
|
app.py
CHANGED
@@ -6,7 +6,7 @@ from gradio_model4dgs import Model4DGS
|
|
6 |
import numpy
|
7 |
import hashlib
|
8 |
|
9 |
-
os.system('pip install -e ./diff-gaussian-rasterization')
|
10 |
os.system('pip install xformers==0.0.23 --no-deps --index-url https://download.pytorch.org/whl/cu118')
|
11 |
|
12 |
from huggingface_hub import hf_hub_download
|
|
|
6 |
import numpy
|
7 |
import hashlib
|
8 |
|
9 |
+
os.system('git clone --recursive https://github.com/ashawkey/diff-gaussian-rasterization && pip install -e ./diff-gaussian-rasterization')
|
10 |
os.system('pip install xformers==0.0.23 --no-deps --index-url https://download.pytorch.org/whl/cu118')
|
11 |
|
12 |
from huggingface_hub import hf_hub_download
|