stojnvla commited on
Commit
6514616
·
1 Parent(s): 0564465
Files changed (1) hide show
  1. app.py +10 -1
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
- 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
 
 
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