Spaces:
Running
on
Zero
Running
on
Zero
yonishafir
commited on
Commit
•
8655801
1
Parent(s):
0087c9d
Update app.py
Browse filesEraser - > Inpainting
app.py
CHANGED
@@ -203,12 +203,12 @@ div#share-btn-container > div {flex-direction: row;background: black;align-items
|
|
203 |
image_blocks = gr.Blocks(css=css, elem_id="total-container")
|
204 |
with image_blocks as demo:
|
205 |
with gr.Column(elem_id="col-container"):
|
206 |
-
gr.Markdown("## BRIA
|
207 |
gr.HTML('''
|
208 |
<p style="margin-bottom: 10px; font-size: 94%">
|
209 |
This is a demo for
|
210 |
<a href="https://huggingface.co/briaai/BRIA-2.3-ControlNet-Inpainting" target="_blank">BRIA 2.3 ControlNet Inpainting</a>.
|
211 |
-
BRIA
|
212 |
</p>
|
213 |
''')
|
214 |
with gr.Row():
|
|
|
203 |
image_blocks = gr.Blocks(css=css, elem_id="total-container")
|
204 |
with image_blocks as demo:
|
205 |
with gr.Column(elem_id="col-container"):
|
206 |
+
gr.Markdown("## BRIA Inpainting")
|
207 |
gr.HTML('''
|
208 |
<p style="margin-bottom: 10px; font-size: 94%">
|
209 |
This is a demo for
|
210 |
<a href="https://huggingface.co/briaai/BRIA-2.3-ControlNet-Inpainting" target="_blank">BRIA 2.3 ControlNet Inpainting</a>.
|
211 |
+
BRIA Inpainting enables the ability to clear out and clean areas in an image or remove specific elements, while trained on licensed data, and so provide full legal liability coverage for copyright and privacy infringement.
|
212 |
</p>
|
213 |
''')
|
214 |
with gr.Row():
|