israelweiss commited on
Commit
ca0c1dd
·
1 Parent(s): d2e6407
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -137,11 +137,11 @@ div#share-btn-container > div {flex-direction: row;background: black;align-items
137
  image_blocks = gr.Blocks(css=css, elem_id="total-container")
138
  with image_blocks as demo:
139
  # with gr.Column(elem_id="col-container"):
140
- gr.Markdown("## BRIA Replace Background By Reference API")
141
  gr.HTML('''
142
  <p style="margin-bottom: 10px; font-size: 94%">
143
- This demo showcases the <b>Lifestyle Product Shot by Text</b> and <b>Lifestyle Product Shot by Image</b> feature, enabling users to generate product backgrounds effortlessly.<br>
144
- With <b>Lifestyle Product Shot by Text</b>, users can create backgrounds using descriptive textual prompts, while <b>Lifestyle Product Shot by Image</b> allows backgrounds to be generated based on a reference image for inspiration.<br>
145
  The pipeline comprises multiple components, including <a href="https://huggingface.co/briaai/BRIA-2.3" target="_blank">briaai/BRIA-2.3</a>,
146
  <a href="https://huggingface.co/briaai/RMBG-2.0" target="_blank">briaai/RMBG-2.0</a>, all trained on licensed data.<br>
147
  This ensures full legal liability coverage for copyright and privacy infringement.<br>
 
137
  image_blocks = gr.Blocks(css=css, elem_id="total-container")
138
  with image_blocks as demo:
139
  # with gr.Column(elem_id="col-container"):
140
+ gr.Markdown("## Lifestyle Product Shot Background Generation")
141
  gr.HTML('''
142
  <p style="margin-bottom: 10px; font-size: 94%">
143
+ This demo showcases the **Lifestyle Product Shot by Text** and **Lifestyle Product Shot by Image** feature, enabling users to generate product backgrounds effortlessly.<br>
144
+ With **Lifestyle Product Shot by Text**, users can create backgrounds using descriptive textual prompts, while **Lifestyle Product Shot by Image** allows backgrounds to be generated based on a reference image for inspiration.<br>
145
  The pipeline comprises multiple components, including <a href="https://huggingface.co/briaai/BRIA-2.3" target="_blank">briaai/BRIA-2.3</a>,
146
  <a href="https://huggingface.co/briaai/RMBG-2.0" target="_blank">briaai/RMBG-2.0</a>, all trained on licensed data.<br>
147
  This ensures full legal liability coverage for copyright and privacy infringement.<br>