Eyalgut commited on
Commit
c0378a2
·
verified ·
1 Parent(s): 2aa5a16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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 2.3")
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-2.3" target="_blank">BRIA 2.3 text-to-image </a>.
63
- BRIA 2.3 improve the generation of humans and illustrations compared to BRIA 2.2 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,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-2.3 Result")
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 = [