ZhengPeng7
commited on
Update the description in the head of the main page, since this project can access the zeroGPU now.
Browse files
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
|
92 |
-
'\nThe resolution used in our training was `1024x1024`, which is
|
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)
|