Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -55,12 +55,12 @@ css = """
|
|
55 |
"""
|
56 |
with gr.Blocks(css=css) as demo:
|
57 |
with gr.Column(elem_id="col-container"):
|
58 |
-
gr.Markdown("## BRIA
|
59 |
gr.HTML('''
|
60 |
<p style="margin-bottom: 10px; font-size: 94%">
|
61 |
This is a demo for
|
62 |
-
<a href="https://huggingface.co/briaai/BRIA-
|
63 |
-
BRIA
|
64 |
</p>
|
65 |
''')
|
66 |
with gr.Group():
|
@@ -70,7 +70,7 @@ with gr.Blocks(css=css) as demo:
|
|
70 |
seed = gr.Textbox(label="Seed", value=-1)
|
71 |
negative_prompt = gr.Textbox(label="Negative Prompt", value=default_negative_prompt)
|
72 |
submit_btn = gr.Button("Generate")
|
73 |
-
result = gr.Image(label="BRIA-
|
74 |
|
75 |
# gr.Examples(
|
76 |
# examples = [
|
|
|
55 |
"""
|
56 |
with gr.Blocks(css=css) as demo:
|
57 |
with gr.Column(elem_id="col-container"):
|
58 |
+
gr.Markdown("## BRIA 3.0-TOUCAN")
|
59 |
gr.HTML('''
|
60 |
<p style="margin-bottom: 10px; font-size: 94%">
|
61 |
This is a demo for
|
62 |
+
<a href="https://huggingface.co/briaai/BRIA-3.0-TOUCAN" target="_blank">BRIA 3.0-TOUCAN text-to-image </a>.
|
63 |
+
BRIA 3.0-TOUCAN improve the generation of humans and illustrations compared to BRIA 2.3 while still trained on licensed data, and so provide full legal liability coverage for copyright and privacy infringement.
|
64 |
</p>
|
65 |
''')
|
66 |
with gr.Group():
|
|
|
70 |
seed = gr.Textbox(label="Seed", value=-1)
|
71 |
negative_prompt = gr.Textbox(label="Negative Prompt", value=default_negative_prompt)
|
72 |
submit_btn = gr.Button("Generate")
|
73 |
+
result = gr.Image(label="BRIA-3.0-TOUCAN Result")
|
74 |
|
75 |
# gr.Examples(
|
76 |
# examples = [
|