mokady commited on
Commit
fb8ab9c
1 Parent(s): 4b7b010

update the text

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -63,10 +63,12 @@ block = gr.Blocks().queue()
63
  with block:
64
  gr.Markdown("## BRIA 2.0 ControlNet Canny")
65
  gr.HTML('''
66
- <p style="margin-bottom: 10px; font-size: 94%">
67
- This is a demo for BRIA 2.0 ControlNet Canny, a fully legal and safe T2I model.
68
- </p>
69
- ''')
 
 
70
  with gr.Row():
71
  with gr.Column():
72
  input_image = gr.Image(sources=None, type="pil") # None for upload, ctrl+v and webcam
 
63
  with block:
64
  gr.Markdown("## BRIA 2.0 ControlNet Canny")
65
  gr.HTML('''
66
+ <p style="margin-bottom: 10px; font-size: 94%">
67
+ This is a demo for ControlNet Canny that using
68
+ <a href="https://huggingface.co/briaai/BRIA-2.0" target="_blank">BRIA 2.0 text-to-image model</a> as backbone.
69
+ Trained on licensed data, BRIA 2.0 provide full legal liability coverage for copyright and privacy infringement.
70
+ </p>
71
+ ''')
72
  with gr.Row():
73
  with gr.Column():
74
  input_image = gr.Image(sources=None, type="pil") # None for upload, ctrl+v and webcam