hsshin98 commited on
Commit
36e8d62
1 Parent(s): 15b069f
Files changed (3) hide show
  1. app.py +1 -1
  2. assets/nyancat.png +0 -0
  3. assets/nyancat_seg.png +0 -0
app.py CHANGED
@@ -103,7 +103,7 @@ if __name__ == "__main__":
103
  fn=predict,
104
  inputs=[gr.Image(), gr.Textbox(placeholder='cat, person, background')],
105
  outputs="image",
106
- examples=[['assets/nyancat_seg.png', 'cat, pop tart, rainbow, background']],
107
  description="""## CAT-Seg Demo
108
  Welcome to the CAT-Seg Demo! Here, we present the CAT-Seg with ViT-L model for open-vocabulary semantic segmentation.
109
 
 
103
  fn=predict,
104
  inputs=[gr.Image(), gr.Textbox(placeholder='cat, person, background')],
105
  outputs="image",
106
+ examples=[['assets/nyancat.png', 'cat, pop tart, rainbow, background']],
107
  description="""## CAT-Seg Demo
108
  Welcome to the CAT-Seg Demo! Here, we present the CAT-Seg with ViT-L model for open-vocabulary semantic segmentation.
109
 
assets/nyancat.png ADDED
assets/nyancat_seg.png DELETED
Binary file (25 kB)