diff --git a/app.py b/app.py index f87d211..28bdc2a 100644 --- a/app.py +++ b/app.py @@ -138,8 +138,8 @@ def inference(image: Image): title = "Highly Accurate Dichotomous Image Segmentation" -description = "This is an unofficial demo for DIS, a model that can remove the background from a given image. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below.
GitHub: https://github.com/xuebinqin/DIS
[![](https://img.shields.io/twitter/follow/DoEvent?label=@DoEvent&style=social)](https://twitter.com/DoEvent)
Telegram bot: https://t.me/restoration_photo_bot" -article = "
visitor badge
" +description = "This is an unofficial demo for DIS, a model that can remove the background from a given image. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below.
GitHub: https://github.com/xuebinqin/DIS
Telegram bot: https://t.me/restoration_photo_bot
[![](https://img.shields.io/twitter/follow/DoEvent?label=@DoEvent&style=social)](https://twitter.com/DoEvent)" +article = "
visitor badge
" interface = gr.Interface( fn=inference,