ZhengPeng7 commited on
Commit
4cf55f4
1 Parent(s): de5ed42

Add the link to my github repo.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,6 +89,6 @@ demo = gr.Interface(
89
  examples=examples,
90
  title='Online demo for `Bilateral Reference for High-Resolution Dichotomous Image Segmentation`',
91
  description=('Upload a picture, our model will give you the binary maps of the highly accurate segmentation of the salient objects in it. :)'
92
- '\nThe resolution used in our training was `1024x1024`, which is too much burden for the huggingface free spaces like this one (cost ~500s). Please set resolution as more than `768x768` for images with many texture details to obtain good results!')
93
  )
94
  demo.launch(debug=True)
 
89
  examples=examples,
90
  title='Online demo for `Bilateral Reference for High-Resolution Dichotomous Image Segmentation`',
91
  description=('Upload a picture, our model will give you the binary maps of the highly accurate segmentation of the salient objects in it. :)'
92
+ '\nThe resolution used in our training was `1024x1024`, which is too much burden for the huggingface free spaces like this one (cost ~500s). Please set resolution as more than `768x768` for images with many texture details to obtain good results!\n Ours codes can be found at https://github.com/ZhengPeng7/BiRefNet.')
93
  )
94
  demo.launch(debug=True)