macadeliccc commited on
Commit
6dcee6c
1 Parent(s): 5376cf0
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,9 +43,9 @@ iface = gr.Interface(
43
  ],
44
  outputs=gr.Image(type="filepath", label="Generated Image"),
45
  title="Image Generation with Stable Diffusion XL",
46
- description="Enter a prompt and (optionally) a negative prompt to generate an image.",
47
- layout="vertical"
48
  )
49
 
50
  # Launch the Gradio app
51
  iface.launch()
 
 
43
  ],
44
  outputs=gr.Image(type="filepath", label="Generated Image"),
45
  title="Image Generation with Stable Diffusion XL",
46
+ description="Enter a prompt and (optionally) a negative prompt to generate an image."
 
47
  )
48
 
49
  # Launch the Gradio app
50
  iface.launch()
51
+