Spaces:
Runtime error
Runtime error
don't install diff_gaussian_rasterization
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ from huggingface_hub import hf_hub_download
|
|
16 |
ckpt_path = hf_hub_download(repo_id="ashawkey/LGM", filename="model_fp16.safetensors")
|
17 |
|
18 |
# NOTE: no -e... else it's not working!
|
19 |
-
os.system("pip install ./diff-gaussian-rasterization")
|
20 |
|
21 |
import kiui
|
22 |
from kiui.op import recenter
|
|
|
16 |
ckpt_path = hf_hub_download(repo_id="ashawkey/LGM", filename="model_fp16.safetensors")
|
17 |
|
18 |
# NOTE: no -e... else it's not working!
|
19 |
+
# os.system("pip install ./diff-gaussian-rasterization")
|
20 |
|
21 |
import kiui
|
22 |
from kiui.op import recenter
|