Update app.py
Browse files
app.py
CHANGED
@@ -268,8 +268,6 @@ with block:
|
|
268 |
with gr.Column():
|
269 |
gallery = gr.Gallery(label="Generated images", show_label=False, height="auto")
|
270 |
# gallery = gr.Gallery(label="Generated images", show_label=False).style(height="auto")
|
271 |
-
|
272 |
-
)
|
273 |
run_button.click(fn=canny, inputs=[input_image, resolution, low_threshold, high_threshold], outputs=[gallery])
|
274 |
|
275 |
gr.Markdown("<hr>")
|
|
|
268 |
with gr.Column():
|
269 |
gallery = gr.Gallery(label="Generated images", show_label=False, height="auto")
|
270 |
# gallery = gr.Gallery(label="Generated images", show_label=False).style(height="auto")
|
|
|
|
|
271 |
run_button.click(fn=canny, inputs=[input_image, resolution, low_threshold, high_threshold], outputs=[gallery])
|
272 |
|
273 |
gr.Markdown("<hr>")
|