fountai commited on
Commit
787f2e8
·
1 Parent(s): ad2b2f8

multiple image

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -212,7 +212,7 @@ with gr.Blocks(css=custom_css) as demo:
212
 
213
 
214
  with gr.Column(scale=2, elem_classes="app"):
215
- output = gr.Galery(label="Galery output", elem_classes="galery")
216
 
217
  submit_btn.click(process_image, inputs=[input_image, prompt, steps, use_lora, controlnet, use_depth, use_hed, use_ip, lora_weight, negative_image, neg_prompt, true_gs, guidance, cfg], outputs=output)
218
 
 
212
 
213
 
214
  with gr.Column(scale=2, elem_classes="app"):
215
+ output = gr.Gallery(label="Galery output", elem_classes="galery")
216
 
217
  submit_btn.click(process_image, inputs=[input_image, prompt, steps, use_lora, controlnet, use_depth, use_hed, use_ip, lora_weight, negative_image, neg_prompt, true_gs, guidance, cfg], outputs=output)
218