Spaces:
Sleeping
Sleeping
Typo fix.
Browse files- app.py +2 -2
- sample_3.jpg +0 -0
app.py
CHANGED
|
@@ -67,11 +67,11 @@ def fn(image):
|
|
| 67 |
iface = gr.Interface(
|
| 68 |
# design titles and text descriptions
|
| 69 |
title="Anime Subject Instance Segmentation",
|
| 70 |
-
description="Segment image subjects with the proposed model in the paper [*Instance-guided Cartoon Editing with a Large-scale Dataset*](https://cartoonsegmentation.github.io/)",
|
| 71 |
fn=fn,
|
| 72 |
inputs=gr.Image(type="numpy"),
|
| 73 |
outputs=gr.Image(type="pil"),
|
| 74 |
-
examples=["1562990.jpg", "612989.jpg"]
|
| 75 |
)
|
| 76 |
|
| 77 |
iface.launch()
|
|
|
|
| 67 |
iface = gr.Interface(
|
| 68 |
# design titles and text descriptions
|
| 69 |
title="Anime Subject Instance Segmentation",
|
| 70 |
+
description="Segment image subjects with the proposed model in the paper [*Instance-guided Cartoon Editing with a Large-scale Dataset*](https://cartoonsegmentation.github.io/).",
|
| 71 |
fn=fn,
|
| 72 |
inputs=gr.Image(type="numpy"),
|
| 73 |
outputs=gr.Image(type="pil"),
|
| 74 |
+
examples=["1562990.jpg", "612989.jpg", "sample_3.jpg"]
|
| 75 |
)
|
| 76 |
|
| 77 |
iface.launch()
|
sample_3.jpg
ADDED
|