From c74e657e77b0bb5c1393d76a6edcea53d968c8c6 Mon Sep 17 00:00:00 2001 From: Nikolai Petukhov Date: Tue, 2 Jul 2024 23:51:01 -0300 Subject: [PATCH] Update config.json --- supervisely_integration/serve/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supervisely_integration/serve/config.json b/supervisely_integration/serve/config.json index 55c2874..0c69fb9 100644 --- a/supervisely_integration/serve/config.json +++ b/supervisely_integration/serve/config.json @@ -19,7 +19,7 @@ "deployed_nn_object_segmentation" ], "community_agent": false, - "docker_image": "supervisely/segment-anything-hq:1.0.3", + "docker_image": "supervisely/segment-anything-hq:1.0.4", "instance_version": "6.7.33", "entrypoint": "python -m uvicorn main:model.app --app-dir ./supervisely_integration/serve/src --host 0.0.0.0 --port 8000 --ws websockets", "port": 8000,