icons
Browse files
app.py
CHANGED
@@ -46,7 +46,16 @@ demo = gr.Interface(
|
|
46 |
gr.AnnotatedImage(label="Segmentation Results")
|
47 |
],
|
48 |
title="LPOSS: Label Propagation Over Patches and Pixels for Open-vocabulary Semantic Segmentation",
|
49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
description="Upload an image and specify the objects you want to segment by listing their names separated by commas.",
|
51 |
)
|
52 |
|
|
|
46 |
gr.AnnotatedImage(label="Segmentation Results")
|
47 |
],
|
48 |
title="LPOSS: Label Propagation Over Patches and Pixels for Open-vocabulary Semantic Segmentation",
|
49 |
+
article="""<div align='center'>
|
50 |
+
<a href='http://arxiv.org/abs/2503.19777' target='_blank' style='margin-right: 15px;'>
|
51 |
+
<img src='https://yuxiaoba.github.io/assets/images/badges/Arxiv.png' height='24px' style='vertical-align: middle;'>
|
52 |
+
arXiv
|
53 |
+
</a>
|
54 |
+
<a href='https://github.com/vladan-stojnic/LPOSS' target='_blank'>
|
55 |
+
<img src='https://github.githubassets.com/assets/GitHub-Mark-ea2971cee799.png' height='24px' style='vertical-align: middle;'>
|
56 |
+
GitHub
|
57 |
+
</a>
|
58 |
+
</div>""",
|
59 |
description="Upload an image and specify the objects you want to segment by listing their names separated by commas.",
|
60 |
)
|
61 |
|