Spaces:
Configuration error
Configuration error
jiaweir
commited on
Commit
·
4fb8c01
1
Parent(s):
0f432df
upd
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ import shlex
|
|
| 10 |
import spaces
|
| 11 |
|
| 12 |
|
| 13 |
-
subprocess.run(shlex.split("pip install
|
| 14 |
subprocess.run(shlex.split("pip install xformers==0.0.23 --no-deps --index-url https://download.pytorch.org/whl/cu118"))
|
| 15 |
|
| 16 |
from huggingface_hub import hf_hub_download
|
|
|
|
| 10 |
import spaces
|
| 11 |
|
| 12 |
|
| 13 |
+
subprocess.run(shlex.split("pip install wheels/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl"))
|
| 14 |
subprocess.run(shlex.split("pip install xformers==0.0.23 --no-deps --index-url https://download.pytorch.org/whl/cu118"))
|
| 15 |
|
| 16 |
from huggingface_hub import hf_hub_download
|