OriLib commited on
Commit
e4dbfcb
·
verified ·
1 Parent(s): 228a5b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +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"
80
  )
81
 
82
  if __name__ == "__main__":
 
76
 
77
 
78
  demo = gr.TabbedInterface(
79
+ [tab1, tab2], ["input image", "input url"], title="RMBG-2.0 for background removal <br> To purchase a commercial license, simply click <a href='https://go.bria.ai/3ZCBTLH' target='_blank'><b>Here</b></a>"
80
  )
81
 
82
  if __name__ == "__main__":