kadirnar commited on
Commit
236d2b6
·
verified ·
1 Parent(s): 229ff90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -232,7 +232,7 @@ with gr.Blocks(css=css) as demo:
232
  with gr.Column():
233
  init_image = gr.Image(label="Input Image", type="pil")
234
  with gr.Column():
235
- img2img_output = gr.Gallery(label="Output Images", show_label=False).style(grid=2)
236
  strength = gr.Slider(label="Img2Img Strength", minimum=0.0, maximum=1.0, step=0.01, value=0.8)
237
 
238
  gr.Examples(
 
232
  with gr.Column():
233
  init_image = gr.Image(label="Input Image", type="pil")
234
  with gr.Column():
235
+ img2img_output = gr.Gallery(label="Result", elem_id="gallery", show_label=False)
236
  strength = gr.Slider(label="Img2Img Strength", minimum=0.0, maximum=1.0, step=0.01, value=0.8)
237
 
238
  gr.Examples(