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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -87,12 +87,14 @@ 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
  "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
 
 
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
+ "<span style='font-size:16px; font-weight:300;'>"
91
  "API Endpoint available on fal.ai: "
92
  "<a href='https://fal.ai/models/fal-ai/bria/background/remove' target='_blank'>API Endpoint</a>"
93
  "ComfyUI node is available here: "
94
  "<a href='https://github.com/Bria-AI/ComfyUI-BRIA-API' target='_blank'>ComfyUI Node</a>"
95
  "Purchase commercial weigths for commercial use:"
96
  "<a href='https://go.bria.ai/3D5EGp0' target='_blank'>here</a>"
97
+ "</span>"
98
  )
99
 
100