Spaces:
Running
on
Zero
Running
on
Zero
update text
Browse files
app.py
CHANGED
@@ -71,11 +71,14 @@ css = """
|
|
71 |
"""
|
72 |
with gr.Blocks(css=css) as demo:
|
73 |
with gr.Column(elem_id="col-container"):
|
74 |
-
gr.
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
|
|
|
|
|
|
79 |
with gr.Group():
|
80 |
with gr.Column():
|
81 |
prompt_in = gr.Textbox(label="Prompt", value="A red colored sports car")
|
|
|
71 |
"""
|
72 |
with gr.Blocks(css=css) as demo:
|
73 |
with gr.Column(elem_id="col-container"):
|
74 |
+
gr.Markdown("## BRIA 2.2 Beta")
|
75 |
+
gr.HTML('''
|
76 |
+
<p style="margin-bottom: 10px; font-size: 94%">
|
77 |
+
This is a demo for
|
78 |
+
<a href="https://huggingface.co/briaai/BRIA-2.2" target="_blank">BRIA 2.2 text-to-image </a>.
|
79 |
+
BRIA 2.2 improve the realism of BRIA 2.0 while still trained on licensed data, and so provide full legal liability coverage for copyright and privacy infringement.
|
80 |
+
</p>
|
81 |
+
''')
|
82 |
with gr.Group():
|
83 |
with gr.Column():
|
84 |
prompt_in = gr.Textbox(label="Prompt", value="A red colored sports car")
|