Update app.py
Browse files
app.py
CHANGED
|
@@ -107,7 +107,7 @@ with image_blocks as demo:
|
|
| 107 |
gr.Markdown("## BRIA Generative Fill API")
|
| 108 |
gr.HTML('''
|
| 109 |
<p style="margin-bottom: 10px; font-size: 94%">
|
| 110 |
-
This demo showcases the BRIA Generative Fill capability, which allows users to add and
|
| 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-Generative-Fill" target="_blank">briaai/BRIA-2.3-ControlNet-Generative-Fill</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>
|
|
|
|
| 107 |
gr.Markdown("## BRIA Generative Fill API")
|
| 108 |
gr.HTML('''
|
| 109 |
<p style="margin-bottom: 10px; font-size: 94%">
|
| 110 |
+
This demo showcases the BRIA Generative Fill capability, which allows users to add and modify elements or objects from images, guided by a mask and a prompt.<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-Generative-Fill" target="_blank">briaai/BRIA-2.3-ControlNet-Generative-Fill</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>
|