OriLib commited on
Commit
16871fc
1 Parent(s): 9b1a334

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -53,10 +53,10 @@ def process(input_image, prompt, negative_prompt, num_steps, controlnet_conditio
53
  block = gr.Blocks().queue()
54
 
55
  with block:
56
- gr.Markdown("## BRIA Generate Background")
57
  gr.HTML('''
58
  <p style="margin-bottom: 10px; font-size: 94%">
59
- This is a demo for ControlNet Depth that using
60
  <a href="briaai/BRIA-2.3-ControlNet-BG-Gen" target="_blank">BRIA 2.3 text-to-image model</a> as backbone.
61
  Trained on licensed data, BRIA 2.3 provide full legal liability coverage for copyright and privacy infringement.
62
  </p>
 
53
  block = gr.Blocks().queue()
54
 
55
  with block:
56
+ gr.Markdown("## BRIA Background Generation")
57
  gr.HTML('''
58
  <p style="margin-bottom: 10px; font-size: 94%">
59
+ This is a demo for ControlNet background generation that using
60
  <a href="briaai/BRIA-2.3-ControlNet-BG-Gen" target="_blank">BRIA 2.3 text-to-image model</a> as backbone.
61
  Trained on licensed data, BRIA 2.3 provide full legal liability coverage for copyright and privacy infringement.
62
  </p>