OriLib commited on
Commit
9b1a334
1 Parent(s): 61f7e82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ with block:
73
 
74
 
75
  with gr.Column():
76
- result_gallery = gr.Image(label='Output', type="pil", show_label=True, elem_id="output-img", height=600)
77
  # result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery", columns=[1], height=600)
78
  ips = [input_image, prompt, negative_prompt, num_steps, controlnet_conditioning_scale, seed]
79
  run_button.click(fn=process, inputs=ips, outputs=[result_gallery])
 
73
 
74
 
75
  with gr.Column():
76
+ result_gallery = gr.Image(label='Output', type="pil", show_label=True, elem_id="output-img")
77
  # result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery", columns=[1], height=600)
78
  ips = [input_image, prompt, negative_prompt, num_steps, controlnet_conditioning_scale, seed]
79
  run_button.click(fn=process, inputs=ips, outputs=[result_gallery])