zhangjian94cn commited on
Commit
11f7cb9
1 Parent(s): 97cb15e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -137,8 +137,8 @@ def inference(image):
137
 
138
 
139
  title = "Highly Accurate Dichotomous Image Segmentation"
140
- 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.<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)"
141
- article = "<div><center><img src='https://visitor-badge.glitch.me/badge?page_id=max_skobeev_dis_cmp_public' alt='visitor badge'></center></div>"
142
 
143
  interface = gr.Interface(
144
  fn=inference,
 
137
 
138
 
139
  title = "Highly Accurate Dichotomous Image Segmentation"
140
+ description = ""
141
+ article = ""
142
 
143
  interface = gr.Interface(
144
  fn=inference,