Spaces:
Runtime error
Runtime error
lkeab
commited on
Commit
·
85872f5
1
Parent(s):
4579715
update app
Browse files
app.py
CHANGED
@@ -51,8 +51,8 @@ def inference(image):
|
|
51 |
|
52 |
|
53 |
title = "Mask Transfiner R50 model"
|
54 |
-
description = "Demo for <a href='https://arxiv.org/abs/2111.13673'>Mask Transfiner for High-Quality Instance Segmentation, CVPR 2022</a> 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."
|
55 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2111.13673'>Mask Transfiner for High-Quality Instance Segmentation, CVPR 2022</a> | <a href='https://github.com/SysCV/transfiner'>Mask Transfiner Github</a></p>"
|
56 |
|
57 |
gr.Interface(
|
58 |
inference,
|
|
|
51 |
|
52 |
|
53 |
title = "Mask Transfiner R50 model"
|
54 |
+
description = "Demo for <a target='_blank' href='https://arxiv.org/abs/2111.13673'>Mask Transfiner for High-Quality Instance Segmentation, CVPR 2022</a> 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."
|
55 |
+
article = "<p style='text-align: center'><a target='_blank' href='https://arxiv.org/abs/2111.13673'>Mask Transfiner for High-Quality Instance Segmentation, CVPR 2022</a> | <a target='_blank' href='https://github.com/SysCV/transfiner'>Mask Transfiner Github</a></p>"
|
56 |
|
57 |
gr.Interface(
|
58 |
inference,
|