kadirnar commited on
Commit
9f0094b
·
verified ·
1 Parent(s): 7d7623e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -282,7 +282,8 @@ with gr.Blocks(css=css) as demo:
282
  with gr.Column():
283
  img2img_output = gr.Gallery(label="Result", elem_id="gallery", show_label=False)
284
  with gr.Row():
285
- img2img_run_button = gr.Button("Generate", scale=0)
 
286
  strength = gr.Slider(label="Img2Img Strength", minimum=0.0, maximum=1.0, step=0.01, value=0.8)
287
  with gr.Accordion("Advanced options", open=False):
288
  with gr.Row():
 
282
  with gr.Column():
283
  img2img_output = gr.Gallery(label="Result", elem_id="gallery", show_label=False)
284
  with gr.Row():
285
+ img2img_run_button = gr.Button("Generate", scale=1, full_width=True)
286
+
287
  strength = gr.Slider(label="Img2Img Strength", minimum=0.0, maximum=1.0, step=0.01, value=0.8)
288
  with gr.Accordion("Advanced options", open=False):
289
  with gr.Row():