hsshin98
commited on
Commit
·
14dfb70
1
Parent(s):
1fdfa56
gpu
Browse files
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.
|
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()
|