Spaces:
Runtime error
Runtime error
Fix port
#1
by
osanseviero
- opened
app.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.Interface.load("models/stabilityai/stable-diffusion-2-1").launch(debug=True)
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.Interface.load("models/stabilityai/stable-diffusion-2-1").launch(server_name="0.0.0.0", debug=True)
|