rdjarbeng commited on
Commit
fa53dbf
·
1 Parent(s): 3d3b656

add version number

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )