Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ with block:
|
|
127 |
run_button = gr.Button(value="Run")
|
128 |
|
129 |
with gr.Column():
|
130 |
-
result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery", columns=[1]
|
131 |
ips = [input_image, prompt, negative_prompt, num_steps, controlnet_conditioning_scale, seed]
|
132 |
run_button.click(fn=process, inputs=ips, outputs=[result_gallery])
|
133 |
|
|
|
127 |
run_button = gr.Button(value="Run")
|
128 |
|
129 |
with gr.Column():
|
130 |
+
result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery", columns=[1])
|
131 |
ips = [input_image, prompt, negative_prompt, num_steps, controlnet_conditioning_scale, seed]
|
132 |
run_button.click(fn=process, inputs=ips, outputs=[result_gallery])
|
133 |
|