Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,12 +26,12 @@ def process_image(input_image, output_type):
|
|
| 26 |
output = remover.process(input_image, type='rgba')
|
| 27 |
return output
|
| 28 |
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
|
| 36 |
iface = gr.Interface(
|
| 37 |
fn=process_image,
|
|
|
|
| 26 |
output = remover.process(input_image, type='rgba')
|
| 27 |
return output
|
| 28 |
|
| 29 |
+
description = """<h1 align="center">InSPyReNet Background Remover</h1>
|
| 30 |
+
<p><center>
|
| 31 |
+
<a href="https://github.com/plemeri/InSPyReNet" target="_blank">[Github]</a>
|
| 32 |
+
<a href="https://dualview.ai" target="_blank">[Compare Results]</a>
|
| 33 |
+
</center></p>
|
| 34 |
+
"""
|
| 35 |
|
| 36 |
iface = gr.Interface(
|
| 37 |
fn=process_image,
|