add links
Browse files
app.py
CHANGED
@@ -46,6 +46,7 @@ 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 |
description="Upload an image and specify the objects you want to segment by listing their names separated by commas.",
|
50 |
)
|
51 |
|
|
|
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'><a href='http://arxiv.org/abs/2503.19777' target='_blank'><img src='https://cornell.box.com/v/arxiv-logomark-small-png' height=20px>arXiv</a> <a href='https://github.com/vladan-stojnic/LPOSS' target='_blank'><img src='https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png' height=20px>GitHub</a></div>",
|
50 |
description="Upload an image and specify the objects you want to segment by listing their names separated by commas.",
|
51 |
)
|
52 |
|