pikto commited on
Commit
b144757
1 Parent(s): 6ae0849

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -272,6 +272,9 @@ with gr.Blocks(theme='pikto/theme@>=0.0.1,<0.0.3') as pan:
272
  slr_bg_threshold.change(change_background_threshold, inputs=[slr_bg_threshold, matting_state],
273
  outputs=[matting_state])
274
 
 
 
 
275
  slr_erode_size.change(change_erode_size, inputs=[slr_erode_size, matting_state],
276
  outputs=[matting_state])
277
 
 
272
  slr_bg_threshold.change(change_background_threshold, inputs=[slr_bg_threshold, matting_state],
273
  outputs=[matting_state])
274
 
275
+ slr_fg_threshold.change(change_foreground_threshold, inputs=[slr_fg_threshold, matting_state],
276
+ outputs=[matting_state])
277
+
278
  slr_erode_size.change(change_erode_size, inputs=[slr_erode_size, matting_state],
279
  outputs=[matting_state])
280