From 0ed0ef6e321e678aeab6821099f549ee35558e5f Mon Sep 17 00:00:00 2001
From: Sergey <57998637+GoldenAnpu@users.noreply.github.com>
Date: Thu, 11 Jul 2024 17:07:20 +0200
Subject: [PATCH] Add access restriction
---
serve/serve/config.json | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/serve/serve/config.json b/serve/serve/config.json
index a64474a..d857bb2 100644
--- a/serve/serve/config.json
+++ b/serve/serve/config.json
@@ -34,5 +34,9 @@
],
"license": {
"type": "MIT"
- }
-}
\ No newline at end of file
+ },
+ "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."
+ }]
+}