ktrndy commited on
Commit
e87b4c8
·
verified ·
1 Parent(s): 9453ab6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -272,6 +272,11 @@ with gr.Blocks(css=css, fill_height=True) as demo:
272
  label="post_process_mask",
273
  value=False
274
  )
 
 
 
 
 
275
 
276
  with gr.Row():
277
  controlnet_checkbox = gr.Checkbox(
 
272
  label="post_process_mask",
273
  value=False
274
  )
275
+ del_background.change(
276
+ fn=lambda x: gr.Row.update(visible=x),
277
+ inputs=del_background,
278
+ outputs=rembg_params
279
+ )
280
 
281
  with gr.Row():
282
  controlnet_checkbox = gr.Checkbox(