xvjiarui commited on
Commit
1878446
·
1 Parent(s): ef9b1d9
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -167,6 +167,8 @@ ODISECheckpointer(model).load(cfg.train.init_checkpoint)
167
 
168
  title = "ODISE"
169
  description = """
 
 
170
  Gradio demo for ODISE: Open-Vocabulary Panoptic Segmentation with Text-to-Image Diffusion Models. \n
171
  You may click on of the examples or upload your own image. \n
172
 
 
167
 
168
  title = "ODISE"
169
  description = """
170
+ <p style='text-align: center'> <a href='https://jerryxu.net/ODISE' target='_blank'>Project Page</a> | <a href='https://arxiv.org/abs/2303.04803' target='_blank'>Paper</a> | <a href='https://github.com/NVlabs/ODISE' target='_blank'>Code</a> | <a href='https://youtu.be/Su7p5KYmcII' target='_blank'>Video</a></p>
171
+
172
  Gradio demo for ODISE: Open-Vocabulary Panoptic Segmentation with Text-to-Image Diffusion Models. \n
173
  You may click on of the examples or upload your own image. \n
174