Spaces:
briaai
/
Running on Zero

mokady commited on
Commit
1510fcd
1 Parent(s): 27cb976

update text

Browse files
Files changed (1) hide show
  1. app.py +8 -5
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.HTML("""
75
- <h2 style="text-align: center;">
76
- BRIA-2.2
77
- </h2>
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")