Spaces:
Runtime error
Runtime error
Johannes
commited on
Commit
·
475f71c
1
Parent(s):
41cb532
typo fixes
Browse files
app.py
CHANGED
@@ -51,7 +51,7 @@ gr.Interface(
|
|
51 |
description="""
|
52 |
This space performs salient object detection on an image uploaded by the user. I.e. it will detect the object(s) in the image foreground and draw a red rectangle around it.
|
53 |
|
54 |
-
It uses the [
|
55 |
""",
|
56 |
inputs=gr.components.Image(type="pil", label="Input Image"),
|
57 |
outputs=[
|
|
|
51 |
description="""
|
52 |
This space performs salient object detection on an image uploaded by the user. I.e. it will detect the object(s) in the image foreground and draw a red rectangle around it.
|
53 |
|
54 |
+
It uses the [transparent-background](https://github.com/plemeri/transparent-background) library, which is built on [InSPyReNet](https://github.com/plemeri/inspyrenet).
|
55 |
""",
|
56 |
inputs=gr.components.Image(type="pil", label="Input Image"),
|
57 |
outputs=[
|