Sebastiankay commited on
Commit
54e5951
·
1 Parent(s): 5a5ea72

28. Sept. 2024, 18:58

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -365,7 +365,7 @@ with gr.Blocks(theme=theme, css=custom_css, js=custom_js, head=custom_head, titl
365
  )
366
 
367
  # MARK: Button Runs
368
- run_btn_lineart.click(fn=lineart, inputs=[input_image, resolution, gallery, preprocessor_name, invert], outputs=[gallery])
369
  run_btn_canny.click(fn=canny, inputs=[input_image, resolution, low_threshold, high_threshold, gallery], outputs=[gallery])
370
 
371
 
 
365
  )
366
 
367
  # MARK: Button Runs
368
+ run_btn_lineart.click(fn=lineart, inputs=[input_image, resolution, preprocessor_name, invert, gallery], outputs=[gallery])
369
  run_btn_canny.click(fn=canny, inputs=[input_image, resolution, low_threshold, high_threshold, gallery], outputs=[gallery])
370
 
371