From f4806156d1e1c9cff1158412789c92ae777fbc81 Mon Sep 17 00:00:00 2001 From: Sergey <57998637+GoldenAnpu@users.noreply.github.com> Date: Thu, 11 Jul 2024 17:06:24 +0200 Subject: [PATCH] Add access restriction --- supervisely/serve/config.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/supervisely/serve/config.json b/supervisely/serve/config.json index 81f0883..3428407 100644 --- a/supervisely/serve/config.json +++ b/supervisely/serve/config.json @@ -30,5 +30,9 @@ "polygon", "graph", "line" - ] + ], + "access_restriction": [{ + "instance": "community_free", + "message": "The best object trackers are already deployed in the Supervisely Cloud and are available for auto-labeling to all platform users. The number of API calls and the ability to run this app on your own agent (GPU) are limited for Free accounts. To increase usage limits or run the app on your GPU, switch to the Pro plan or request the Enterprise Edition." + }] }