Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ iface = gr.Interface(
|
|
89 |
gr.components.Image(type="pil", label="Matting Result"),
|
90 |
gr.components.Image(type="pil", label="Mask"),
|
91 |
],
|
92 |
-
title="Image Matting
|
93 |
description="Upload an image to get the matting result and mask. "
|
94 |
"Use the checkbox to enable or disable morphological processing on the mask."
|
95 |
)
|
|
|
89 |
gr.components.Image(type="pil", label="Matting Result"),
|
90 |
gr.components.Image(type="pil", label="Mask"),
|
91 |
],
|
92 |
+
title="Image Matting and Mask",
|
93 |
description="Upload an image to get the matting result and mask. "
|
94 |
"Use the checkbox to enable or disable morphological processing on the mask."
|
95 |
)
|