Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,6 +7,11 @@ import spaces
|
|
| 7 |
import torch
|
| 8 |
from diffusers import DiffusionPipeline
|
| 9 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
subprocess.run(
|
| 11 |
shlex.split(
|
| 12 |
"pip install https://huggingface.co/spaces/dylanebert/LGM-mini/resolve/main/wheel/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl"
|
|
|
|
| 7 |
import torch
|
| 8 |
from diffusers import DiffusionPipeline
|
| 9 |
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
|
| 13 |
+
|
| 14 |
+
|
| 15 |
subprocess.run(
|
| 16 |
shlex.split(
|
| 17 |
"pip install https://huggingface.co/spaces/dylanebert/LGM-mini/resolve/main/wheel/diff_gaussian_rasterization-0.0.0-cp310-cp310-linux_x86_64.whl"
|