hsshin98 commited on
Commit
14dfb70
·
1 Parent(s): 1fdfa56
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ if __name__ == "__main__":
106
  description="""## CAT-Seg Demo
107
  Welcome to the CAT-Seg Demo! Here, we present the CAT-Seg with ViT-L model for open-vocabulary semantic segmentation.
108
 
109
- Please note that this is an optimized version of the full model, and as such, its performance may be limited compared to the full model. Also, the demo runs on a CPU, so it may take a little time to process your image.
110
 
111
  To get started, simply upload an image and a comma-separated list of categories, and let the model work its magic!""")
112
  iface.launch()
 
106
  description="""## CAT-Seg Demo
107
  Welcome to the CAT-Seg Demo! Here, we present the CAT-Seg with ViT-L model for open-vocabulary semantic segmentation.
108
 
109
+ Please note that this is an optimized version of the full model, and as such, its performance may be limited compared to the full model.
110
 
111
  To get started, simply upload an image and a comma-separated list of categories, and let the model work its magic!""")
112
  iface.launch()