NewbloomAI commited on
Commit
e0a9c75
·
verified ·
1 Parent(s): 0b98784

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -204,11 +204,9 @@ examples_url = [
204
  for idx_example_url, example_url in enumerate(examples_url):
205
  examples_url[idx_example_url].append('1024x1024')
206
 
207
- descriptions = ('Upload a picture, our model will extract a highly accurate segmentation of the subject in it.\n)'
208
- ' The resolution used in our training was `1024x1024`, which is the suggested resolution to obtain good results! `2048x2048` is suggested for BiRefNet_HR.\n'
209
- ' Our codes can be found at https://github.com/ZhengPeng7/BiRefNet.\n'
210
- ' We also maintain the HF model of BiRefNet at https://huggingface.co/ZhengPeng7/BiRefNet for easier access.')
211
-
212
  tab_image = gr.Interface(
213
  fn=predict,
214
  inputs=[
 
204
  for idx_example_url, example_url in enumerate(examples_url):
205
  examples_url[idx_example_url].append('1024x1024')
206
 
207
+ descriptions = ('Upload a picture, and we'll remove the background!\n)'
208
+ ' The resolution used is `1024x1024`\n'
209
+
 
 
210
  tab_image = gr.Interface(
211
  fn=predict,
212
  inputs=[