diff --git a/supervisely/serve/config.json b/supervisely/serve/config.json index 259faa0..81f0883 100644 --- a/supervisely/serve/config.json +++ b/supervisely/serve/config.json @@ -11,7 +11,7 @@ "detection & tracking", "serve" ], - "description": "serve and use in videos annotator to track polygons, points, lines and graphs", + "description": "Track points and polygons on videos", "docker_image": "supervisely/pips:1.0.0", "entrypoint": "python -m uvicorn main:pips.app --app-dir ./supervisely/serve/src --host 0.0.0.0 --port 8000 --ws websockets", "port": 8000,