Spaces:
Running
Running
Update app.py
Browse files
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(
|