Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -112,4 +112,5 @@ Model card: https://huggingface.co/Intel/ldm3d-pano<br>
|
|
112 |
inputs=[prompt, negative_prompt, guidance_scale, seed, randomize_seed],
|
113 |
outputs=[rgb, depth, generated_seed, html],
|
114 |
)
|
|
|
115 |
block.launch()
|
|
|
112 |
inputs=[prompt, negative_prompt, guidance_scale, seed, randomize_seed],
|
113 |
outputs=[rgb, depth, generated_seed, html],
|
114 |
)
|
115 |
+
|
116 |
block.launch()
|