add version number
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ iface = gr.Interface(
|
|
68 |
gr.Image(type="pil", label="Output Image"),
|
69 |
gr.File(label="Download the output image")
|
70 |
],
|
71 |
-
title="Advanced Background Remover",
|
72 |
description="Upload an image to remove the background. Customize the result with different options, including background color, model selection, alpha matting, and more.",
|
73 |
allow_flagging="never",
|
74 |
)
|
|
|
68 |
gr.Image(type="pil", label="Output Image"),
|
69 |
gr.File(label="Download the output image")
|
70 |
],
|
71 |
+
title="Advanced Background Remover v2.1",
|
72 |
description="Upload an image to remove the background. Customize the result with different options, including background color, model selection, alpha matting, and more.",
|
73 |
allow_flagging="never",
|
74 |
)
|