kadirnar commited on
Commit
9968605
1 Parent(s): 47f87af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -282,7 +282,7 @@ with gr.Blocks(css=css) as demo:
282
  img2img_run_button = gr.Button("Generate", scale=0)
283
  init_image = gr.Image(label="Input Image", type="pil", height=512, width=512)
284
  with gr.Column():
285
- img2img_output = gr.Gallery(label="Result", elem_id="gallery", show_label=False, height=512, width=512)
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
  img2img_run_button = gr.Button("Generate", scale=0)
283
  init_image = gr.Image(label="Input Image", type="pil", height=512, width=512)
284
  with gr.Column():
285
+ img2img_output = gr.Gallery(label="Result", elem_id="gallery", show_label=False)
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():