Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,8 @@
|
|
2 |
|
3 |
#gr.Interface.load("models/Intel/ldm3d-pano").launch()
|
4 |
|
|
|
|
|
5 |
from diffusers import StableDiffusionLDM3DPipeline
|
6 |
|
7 |
pipe = StableDiffusionLDM3DPipeline.from_pretrained("Intel/ldm3d-pano")
|
|
|
2 |
|
3 |
#gr.Interface.load("models/Intel/ldm3d-pano").launch()
|
4 |
|
5 |
+
!pip install --upgrade diffusers[torch]
|
6 |
+
|
7 |
from diffusers import StableDiffusionLDM3DPipeline
|
8 |
|
9 |
pipe = StableDiffusionLDM3DPipeline.from_pretrained("Intel/ldm3d-pano")
|