Srikumar26 commited on
Commit
4e75d29
1 Parent(s): 3082a29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ with block:
38
  n_prompt = gr.Textbox(label="Negative Prompt",
39
  value='')
40
  with gr.Column():
41
- result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery").style(height='auto')
42
  ips = [prompt, n_prompt, num_samples, image_resolution, ddim_steps, scale, seed, eta]
43
  run_button.click(fn=process, inputs=ips, outputs=[result_gallery])
44
 
 
38
  n_prompt = gr.Textbox(label="Negative Prompt",
39
  value='')
40
  with gr.Column():
41
+ result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery")
42
  ips = [prompt, n_prompt, num_samples, image_resolution, ddim_steps, scale, seed, eta]
43
  run_button.click(fn=process, inputs=ips, outputs=[result_gallery])
44