TalHach61 commited on
Commit
0f9e020
1 Parent(s): e087bc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ with block:
127
  run_button = gr.Button(value="Run")
128
 
129
  with gr.Column():
130
- result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery", columns=[1], height='auto')
131
  ips = [input_image, prompt, negative_prompt, num_steps, controlnet_conditioning_scale, seed]
132
  run_button.click(fn=process, inputs=ips, outputs=[result_gallery])
133
 
 
127
  run_button = gr.Button(value="Run")
128
 
129
  with gr.Column():
130
+ result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery", columns=[1])
131
  ips = [input_image, prompt, negative_prompt, num_steps, controlnet_conditioning_scale, seed]
132
  run_button.click(fn=process, inputs=ips, outputs=[result_gallery])
133