Negev900 commited on
Commit
effcffa
1 Parent(s): ed32ee1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ gr.HTML('''
94
  </p>
95
  ''')
96
  title = "Background Removal"
97
- description = "Remove background from any image"
98
  examples = [['./input.jpg'],]
99
  # output = ImageSlider(position=0.5,label='Image without background', type="pil", show_download_button=True)
100
  # demo = gr.Interface(fn=process,inputs="image", outputs=output, examples=examples, title=title, description=description)
 
94
  </p>
95
  ''')
96
  title = "Background Removal"
97
+ description = "Background removal model developed by BRIA.AI, trained on a carefully selected dataset and is available as an open-source model for non-commercial use. For test upload your image and wait. Read more at model card (https://huggingface.co/briaai/RMBG-1.4) (edited) "
98
  examples = [['./input.jpg'],]
99
  # output = ImageSlider(position=0.5,label='Image without background', type="pil", show_download_button=True)
100
  # demo = gr.Interface(fn=process,inputs="image", outputs=output, examples=examples, title=title, description=description)