Spaces:
Runtime error
Runtime error
jiaweir
commited on
Commit
β’
b23d71d
1
Parent(s):
ffd7c50
init
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from gradio_model4dgs import Model4DGS
|
|
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
|
|
|
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
|