israelweiss commited on
Commit
dfffe23
·
1 Parent(s): fd27637
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,10 +107,10 @@ with image_blocks as demo:
107
  gr.Markdown("## BRIA Eraser API")
108
  gr.HTML('''
109
  <p style="margin-bottom: 10px; font-size: 94%">
110
- This demo showcases the BRIA Eraser capability, which allows users to remove specific elements or objects from images.
111
  The pipeline comprises multiple components, including <a href="https://huggingface.co/briaai/BRIA-2.3" target="_blank">briaai/BRIA-2.3</a>,
112
  <a href="https://huggingface.co/briaai/BRIA-2.3-ControlNet-Inpainting" target="_blank">briaai/BRIA-2.3-ControlNet-Inpainting</a>,
113
- and <a href="https://huggingface.co/briaai/BRIA-2.3-FAST-LORA" target="_blank">briaai/BRIA-2.3-FAST-LORA</a>, all trained on licensed data.
114
  This ensures full legal liability coverage for copyright and privacy infringement.
115
  </p>
116
  ''')
 
107
  gr.Markdown("## BRIA Eraser API")
108
  gr.HTML('''
109
  <p style="margin-bottom: 10px; font-size: 94%">
110
+ This demo showcases the BRIA Eraser capability, which allows users to remove specific elements or objects from images.<br>
111
  The pipeline comprises multiple components, including <a href="https://huggingface.co/briaai/BRIA-2.3" target="_blank">briaai/BRIA-2.3</a>,
112
  <a href="https://huggingface.co/briaai/BRIA-2.3-ControlNet-Inpainting" target="_blank">briaai/BRIA-2.3-ControlNet-Inpainting</a>,
113
+ and <a href="https://huggingface.co/briaai/BRIA-2.3-FAST-LORA" target="_blank">briaai/BRIA-2.3-FAST-LORA</a>, all trained on licensed data.<br>
114
  This ensures full legal liability coverage for copyright and privacy infringement.
115
  </p>
116
  ''')