israelweiss commited on
Commit
fd27637
·
1 Parent(s): 1318a4b

app name and links to models

Browse files
Files changed (1) hide show
  1. app.py +6 -3
app.py CHANGED
@@ -104,11 +104,14 @@ div#share-btn-container > div {flex-direction: row;background: black;align-items
104
  image_blocks = gr.Blocks(css=css, elem_id="total-container")
105
  with image_blocks as demo:
106
  with gr.Column(elem_id="col-container"):
107
- gr.Markdown("## BRIA Eraser")
108
  gr.HTML('''
109
  <p style="margin-bottom: 10px; font-size: 94%">
110
- This is a demo for BRIA Eraser which enables the ability to remove specific elements or objects.
111
- The model was trained on licensed data, and so provide full legal liability coverage for copyright and privacy infringement.
 
 
 
112
  </p>
113
  ''')
114
  with gr.Row():
 
104
  image_blocks = gr.Blocks(css=css, elem_id="total-container")
105
  with image_blocks as demo:
106
  with gr.Column(elem_id="col-container"):
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
  ''')
117
  with gr.Row():