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." + }] +}