atatakun commited on
Commit
3dfc185
1 Parent(s): 18a1eac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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>")