DigiP-AI commited on
Commit
3be1fe2
·
verified ·
1 Parent(s): 0585e93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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],