Update app.py
Browse files
app.py
CHANGED
@@ -205,7 +205,7 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
205 |
# Image output area to display the generated image
|
206 |
with gr.Row():
|
207 |
image_output = gr.Image(type="pil", label="Image Output", format="png", show_share_button=False, elem_id="gallery")
|
208 |
-
|
209 |
gr.Examples(
|
210 |
examples = examples,
|
211 |
inputs = [text_prompt],
|
|
|
205 |
# Image output area to display the generated image
|
206 |
with gr.Row():
|
207 |
image_output = gr.Image(type="pil", label="Image Output", format="png", show_share_button=False, elem_id="gallery")
|
208 |
+
with gr.Row():
|
209 |
gr.Examples(
|
210 |
examples = examples,
|
211 |
inputs = [text_prompt],
|