Spaces:
Running
on
Zero
Running
on
Zero
taldanieli
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -81,12 +81,12 @@ demo = gr.TabbedInterface(
|
|
81 |
"<span style='font-size:16px; font-weight:300;'>"
|
82 |
"Background removal model developed by "
|
83 |
"<a href='https://bria.ai' target='_blank'>BRIA.AI</a>, trained on a carefully selected dataset,<br> "
|
84 |
-
"and is available as an open-source model for non-commercial use
|
85 |
-
"<
|
86 |
"<a href='https://go.bria.ai/3ZCBTLH' target='_blank'>Commercial use license</a> | "
|
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 |
-
"</
|
90 |
)
|
91 |
|
92 |
|
|
|
81 |
"<span style='font-size:16px; font-weight:300;'>"
|
82 |
"Background removal model developed by "
|
83 |
"<a href='https://bria.ai' target='_blank'>BRIA.AI</a>, trained on a carefully selected dataset,<br> "
|
84 |
+
"and is available as an open-source model for non-commercial use.</span><br>"
|
85 |
+
"<span style='font-size:16px; font-weight:500;'> For testing upload your image and wait.<br>"
|
86 |
"<a href='https://go.bria.ai/3ZCBTLH' target='_blank'>Commercial use license</a> | "
|
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 |
|