Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,13 +62,13 @@ def process(image):
|
|
| 62 |
gr.Markdown("## BRIA RMBG 1.4")
|
| 63 |
gr.HTML('''
|
| 64 |
<p style="margin-bottom: 10px; font-size: 94%">
|
| 65 |
-
Background
|
| 66 |
For just upload your image and wait some seconds.
|
| 67 |
</p>
|
| 68 |
''')
|
| 69 |
-
title = "Background
|
| 70 |
-
description = r"""Background
|
| 71 |
-
For
|
| 72 |
"""
|
| 73 |
examples = [['./input.jpg'],]
|
| 74 |
# output = ImageSlider(position=0.5,label='Image without background', type="pil", show_download_button=True)
|
|
|
|
| 62 |
gr.Markdown("## BRIA RMBG 1.4")
|
| 63 |
gr.HTML('''
|
| 64 |
<p style="margin-bottom: 10px; font-size: 94%">
|
| 65 |
+
Remove Background from Image for Free<br>
|
| 66 |
For just upload your image and wait some seconds.
|
| 67 |
</p>
|
| 68 |
''')
|
| 69 |
+
title = "Remove Background from Image for Free"
|
| 70 |
+
description = r"""Remove Background from Image for Free<br>
|
| 71 |
+
For upload your image and wait some seconds.
|
| 72 |
"""
|
| 73 |
examples = [['./input.jpg'],]
|
| 74 |
# output = ImageSlider(position=0.5,label='Image without background', type="pil", show_download_button=True)
|