Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -56,9 +56,9 @@ with block:
|
|
56 |
gr.Markdown("## BRIA Background Generation")
|
57 |
gr.HTML('''
|
58 |
<p style="margin-bottom: 10px; font-size: 94%">
|
59 |
-
This is a demo for ControlNet background generation that using
|
60 |
-
<a href="briaai/BRIA-2.3-ControlNet-BG-Gen" target="_blank">BRIA 2.3 text-to-image model</a> as backbone.
|
61 |
Trained on licensed data, BRIA 2.3 provide full legal liability coverage for copyright and privacy infringement.
|
|
|
62 |
</p>
|
63 |
''')
|
64 |
with gr.Row():
|
|
|
56 |
gr.Markdown("## BRIA Background Generation")
|
57 |
gr.HTML('''
|
58 |
<p style="margin-bottom: 10px; font-size: 94%">
|
59 |
+
This is a demo for ControlNet background generation that using BRIA 2.3 text-to-image model as backbone.
|
|
|
60 |
Trained on licensed data, BRIA 2.3 provide full legal liability coverage for copyright and privacy infringement.
|
61 |
+
Go <a href="https://huggingface.co/briaai/BRIA-2.3-ControlNet-BG-Gen" target="_blank"> here</a> for the BRIA 2.3 ControlNet Background Generation model card or Contact <a href="https://bria.ai/contact-us/"> Bria</a> for more information.
|
62 |
</p>
|
63 |
''')
|
64 |
with gr.Row():
|