Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -145,8 +145,8 @@ def inference(image: Image):
|
|
145 |
return [im_colored, pil_mask]
|
146 |
|
147 |
|
148 |
-
title = "
|
149 |
-
description = "
|
150 |
article = "<div><center><img src='https://visitor-badge.glitch.me/badge?page_id=max_skobeev_dis_cmp_public' alt='visitor badge'></center></div>"
|
151 |
|
152 |
interface = gr.Interface(
|
|
|
145 |
return [im_colored, pil_mask]
|
146 |
|
147 |
|
148 |
+
title = "Background Replacer :)"
|
149 |
+
description = "Based on 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.<br>GitHub: https://github.com/xuebinqin/DIS<br>Telegram bot: https://t.me/restoration_photo_bot<br>[![](https://img.shields.io/twitter/follow/DoEvent?label=@DoEvent&style=social)](https://twitter.com/DoEvent)"
|
150 |
article = "<div><center><img src='https://visitor-badge.glitch.me/badge?page_id=max_skobeev_dis_cmp_public' alt='visitor badge'></center></div>"
|
151 |
|
152 |
interface = gr.Interface(
|