Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks(title="Remove background") as app:
|
|
94 |
with gr.Column():
|
95 |
output_img = gr.Image(type="pil", label="Image Result")
|
96 |
mask_img = gr.Image(type="pil", label="Image Mask", visible=False)
|
97 |
-
|
98 |
|
99 |
#chk_include_matting.change(change_include_matting, inputs=[chk_include_matting],
|
100 |
# outputs=[slider_matting, matting_state,
|
|
|
94 |
with gr.Column():
|
95 |
output_img = gr.Image(type="pil", label="Image Result")
|
96 |
mask_img = gr.Image(type="pil", label="Image Mask", visible=False)
|
97 |
+
# gr.ClearButton(components=[input_img, output_img, mask_img])
|
98 |
|
99 |
#chk_include_matting.change(change_include_matting, inputs=[chk_include_matting],
|
100 |
# outputs=[slider_matting, matting_state,
|