Spaces:
Runtime error
Runtime error
multiple image
Browse files
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.
|
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 |
|