MishaF commited on
Commit
fccf888
·
verified ·
1 Parent(s): f7d4f2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -87,6 +87,12 @@ demo = gr.TabbedInterface(
87
  "<a href='https://huggingface.co/briaai/RMBG-2.0' target='_blank'>Model card</a> | "
88
  "<a href='https://blog.bria.ai/brias-new-state-of-the-art-remove-background-2.0-outperforms-the-competition' target='_blank'>Blog</a>"
89
  "</span>"
 
 
 
 
 
 
90
  )
91
 
92
 
 
87
  "<a href='https://huggingface.co/briaai/RMBG-2.0' target='_blank'>Model card</a> | "
88
  "<a href='https://blog.bria.ai/brias-new-state-of-the-art-remove-background-2.0-outperforms-the-competition' target='_blank'>Blog</a>"
89
  "</span>"
90
+ "API Endpoint available on fal.ai: "
91
+ "<a href='https://fal.ai/models/fal-ai/bria/background/remove' target='_blank'>API Endpoint</a>"
92
+ "ComfyUI node is available here: "
93
+ "<a href='https://github.com/Bria-AI/ComfyUI-BRIA-API' target='_blank'>ComfyUI Node</a>"
94
+ "Purchase commercial weigths for commercial use:"
95
+ "<a href='https://go.bria.ai/3D5EGp0' target='_blank'>here</a>"
96
  )
97
 
98