Spaces:
Running
Running
Miaomiao Li
commited on
Commit
·
cd01eef
1
Parent(s):
8270a82
Typo fix.
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ def fn(image):
|
|
67 |
iface = gr.Interface(
|
68 |
# design titles and text descriptions
|
69 |
title="Anime Subject Instance Segmentation",
|
70 |
-
description="
|
71 |
fn=fn,
|
72 |
inputs=gr.Image(type="numpy"),
|
73 |
outputs=gr.Image(type="pil"),
|
|
|
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"),
|