ovi054 commited on
Commit
a89d208
·
verified ·
1 Parent(s): b42a697

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ with gr.Blocks(css=css) as app:
127
  with gr.Row():
128
  # text_button = gr.Button("Run", variant='primary', elem_id="gen-button")
129
  text_button = gr.Button("✨ Generate Image", variant='primary', elem_classes=["generate-btn"])
130
- with gr.Column():
131
  with gr.Row():
132
  image_output = gr.Image(type="pil", label="Image Output", elem_id="gallery")
133
  with gr.Row():
 
127
  with gr.Row():
128
  # text_button = gr.Button("Run", variant='primary', elem_id="gen-button")
129
  text_button = gr.Button("✨ Generate Image", variant='primary', elem_classes=["generate-btn"])
130
+ with gr.Row():
131
  with gr.Row():
132
  image_output = gr.Image(type="pil", label="Image Output", elem_id="gallery")
133
  with gr.Row():