taldanieli commited on
Commit
228a5b5
·
verified ·
1 Parent(s): 6c989ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -76,8 +76,7 @@ tab3 = gr.Interface(process_file, inputs=image2, outputs=png_file, examples=["gi
76
 
77
 
78
  demo = gr.TabbedInterface(
79
- [tab1, tab2], ["input image", "input url"], title="RMBG-2.0 for background removal", description = "Background removal model developed by <a href='https://BRIA.AI' target='_blank'><b>BRIA.AI</b></a>, trained on a carefully selected dataset and is available as an open-source model for non-commercial use.<br>
80
- For test upload your image and wait. Read more at model card <a href='https://huggingface.co/briaai/RMBG-1.4' target='_blank'><b>briaai/RMBG-1.4</b></a>.<br>""
81
  )
82
 
83
  if __name__ == "__main__":
 
76
 
77
 
78
  demo = gr.TabbedInterface(
79
+ [tab1, tab2], ["input image", "input url"], title="RMBG-2.0 for background removal"
 
80
  )
81
 
82
  if __name__ == "__main__":