OriLib commited on
Commit
b3c138f
1 Parent(s): 419164d

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', show_label=False, elem_id="gallery", columns=[1], height=600) # None for upload, ctrl+v and webcam
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', show_label=True, elem_id="gallery", height=600) # None for upload, ctrl+v and webcam
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])