From 94739c1afaea43aceba6a6b76d0ab64bfa5fcbda Mon Sep 17 00:00:00 2001
From: Sergey <57998637+GoldenAnpu@users.noreply.github.com>
Date: Tue, 23 Jul 2024 15:48:24 +0200
Subject: [PATCH] Update config.json with access restriction message
---
supervisely_integration/serve/config.json | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/supervisely_integration/serve/config.json b/supervisely_integration/serve/config.json
index 32d3e91..a809d93 100644
--- a/supervisely_integration/serve/config.json
+++ b/supervisely_integration/serve/config.json
@@ -26,5 +26,11 @@
"task_location": "application_sessions",
"license": {
"type": "Apache-2.0"
- }
+ },
+ "access_restriction": [
+ {
+ "instance": "community_free",
+ "message": "The best interactive models for AI-assisted segmentation 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."
+ }
+ ]
}