haor commited on
Commit
d2aced2
1 Parent(s): 51fae14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 with Morphological Processing Option",
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
  )