Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
import gradio as gr
|
2 |
-
|
3 |
-
gr.Interface.load("models/Intel/ldm3d-pano").launch()
|
4 |
|
|
|
5 |
|
6 |
from diffusers import StableDiffusionLDM3DPipeline
|
7 |
|
|
|
1 |
+
#import gradio as gr
|
|
|
|
|
2 |
|
3 |
+
#gr.Interface.load("models/Intel/ldm3d-pano").launch()
|
4 |
|
5 |
from diffusers import StableDiffusionLDM3DPipeline
|
6 |
|