ZhengPeng7 commited on
Commit
ec6f3d6
·
verified ·
1 Parent(s): 0891619

Update the description in the head of the main page, since this project can access the zeroGPU now.

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -88,7 +88,7 @@ demo = gr.Interface(
88
  outputs=ImageSlider(),
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 nearly 40s). 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)
 
88
  outputs=ImageSlider(),
89
  examples=examples,
90
  title='Online demo for `Bilateral Reference for High-Resolution Dichotomous Image Segmentation`',
91
+ description=('Upload a picture, our model will extract a highly accurate segmentation of the subject in it. :)'
92
+ '\nThe resolution used in our training was `1024x1024`, which is thus the suggested resolution to obtain good results!\n Ours codes can be found at https://github.com/ZhengPeng7/BiRefNet.\n We also maintain the HF model of BiRefNet at https://huggingface.co/ZhengPeng7/birefnet for easier access.')
93
  )
94
  demo.launch(debug=True)