Miaomiao Li commited on
Commit
cd01eef
1 Parent(s): 8270a82
Files changed (1) hide show
  1. app.py +1 -1
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="This is a demo of Anime Instance Segmentation with our 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"),
 
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"),