gblinc111 commited on
Commit
82bc132
1 Parent(s): 66d6249

Fix DIS hyperlink (#1)

Browse files

- Fix DIS hyperlink (c6eeeafe98b97b3bf2337e803785aee4e8b8001e)

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks() as interface:
147
  """
148
  ### Intelligent Photo Blur Using Dichotomous Image Segmentation
149
 
150
- This app leverages the machine learning engine built by Xuebin Qin (https://github.com/xuebinqin/DIS) to mask the prominent subject within a photograph.
151
  The mask is used to keep the subject in clear focus while an adjustable slider is available to interactively blur the background.
152
  To use, upload a photo and press the run button. You can adjust the level of blur through the slider and view the mask using the "Show Generated Mask" button.
153
  """
 
147
  """
148
  ### Intelligent Photo Blur Using Dichotomous Image Segmentation
149
 
150
+ This app leverages the machine learning engine built by Xuebin Qin ([https://github.com/xuebinqin/DIS](https://github.com/xuebinqin/DIS)) to mask the prominent subject within a photograph.
151
  The mask is used to keep the subject in clear focus while an adjustable slider is available to interactively blur the background.
152
  To use, upload a photo and press the run button. You can adjust the level of blur through the slider and view the mask using the "Show Generated Mask" button.
153
  """