From 0d271c2a76fcbcd7269e6304b9949a7ea7444667 Mon Sep 17 00:00:00 2001 From: Max Orange Date: Wed, 20 Jul 2022 18:34:52 +0000 Subject: [PATCH] Update app.py --- app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,