Spaces:
Runtime error
Runtime error
lkeab
commited on
Commit
•
e324aa4
1
Parent(s):
c0ca1d8
update app
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def inference(image):
|
|
57 |
|
58 |
|
59 |
title = "Mask Transfiner R50 model"
|
60 |
-
description = "
|
61 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2012.07177'>Mask Transfiner for High-Quality Instance Segmentation, CVPR 2022</a> | <a href='https://github.com/SysCV/transfiner'>Mask Transfiner Github</a></p>"
|
62 |
|
63 |
gr.Interface(
|
@@ -68,7 +68,9 @@ gr.Interface(
|
|
68 |
description=description,
|
69 |
article=article,
|
70 |
examples=[
|
71 |
-
["demo/sample_imgs/
|
|
|
|
|
72 |
["demo/sample_imgs/000000176037.jpg"],
|
73 |
["demo/sample_imgs/000000018737.jpg"],
|
74 |
["demo/sample_imgs/000000224200.jpg"],
|
|
|
57 |
|
58 |
|
59 |
title = "Mask Transfiner R50 model"
|
60 |
+
description = "Demo for Mask Transfiner based on R50-FPN. To use it, simply upload your image, or click one of the examples to load them. It runs in the cpu environment provided by Hugging Face. Read more at the links below."
|
61 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2012.07177'>Mask Transfiner for High-Quality Instance Segmentation, CVPR 2022</a> | <a href='https://github.com/SysCV/transfiner'>Mask Transfiner Github</a></p>"
|
62 |
|
63 |
gr.Interface(
|
|
|
68 |
description=description,
|
69 |
article=article,
|
70 |
examples=[
|
71 |
+
["demo/sample_imgs/000000131444.jpg"],
|
72 |
+
["demo/sample_imgs/000000157365.jpg"],
|
73 |
+
["demo/sample_imgs/000000286849.jpg"],
|
74 |
["demo/sample_imgs/000000176037.jpg"],
|
75 |
["demo/sample_imgs/000000018737.jpg"],
|
76 |
["demo/sample_imgs/000000224200.jpg"],
|