Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -57,8 +57,16 @@ with gr.Blocks(css=css) as demo:
|
|
57 |
gr.Markdown("## BRIA 3.2")
|
58 |
gr.HTML('''
|
59 |
<p style="margin-bottom: 10px; font-size: 94%">
|
|
|
60 |
<a href="https://huggingface.co/briaai/BRIA-3.2" target="_blank">BRIA 3.2 text-to-image </a>.
|
61 |
-
is our latest commercial-ready text-to-image model that significantly improves aesthetics and excels at rendering clear, readable text, particularly optimized for short phrases (1-6 words)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
''')
|
63 |
with gr.Group():
|
64 |
with gr.Column():
|
|
|
57 |
gr.Markdown("## BRIA 3.2")
|
58 |
gr.HTML('''
|
59 |
<p style="margin-bottom: 10px; font-size: 94%">
|
60 |
+
This is a demo for
|
61 |
<a href="https://huggingface.co/briaai/BRIA-3.2" target="_blank">BRIA 3.2 text-to-image </a>.
|
62 |
+
is our latest commercial-ready text-to-image model that significantly improves aesthetics and excels at rendering clear, readable text, particularly optimized for short phrases (1-6 words) while still trained on licensed data, and so provide full legal liability coverage for copyright and privacy infringement.
|
63 |
+
</p>
|
64 |
+
<p style="margin-bottom: 10px; font-size: 94%">
|
65 |
+
API Endpoint available on: <a href="https://docs.bria.ai/image-generation/endpoints/text-to-image-base" target="_blank">Bria.ai</a>.
|
66 |
+
</p>
|
67 |
+
<p style="margin-bottom: 10px; font-size: 94%">
|
68 |
+
ComfyUI node is available here: <a href="https://github.com/Bria-AI/ComfyUI-BRIA-API" target="_blank">ComfyUI Node</a>.
|
69 |
+
</p>
|
70 |
''')
|
71 |
with gr.Group():
|
72 |
with gr.Column():
|