Skip to content

Commit

Permalink
Add access restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenAnpu authored Jul 11, 2024
1 parent b77daff commit 0ed0ef6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions serve/serve/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@
],
"license": {
"type": "MIT"
}
}
},
"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 <a href=\"/billing\">Pro</a> plan or request the <a href=\"https://supervisely.com/contact-us/\" target=\"_blank\">Enterprise</a> Edition."
}]
}

0 comments on commit 0ed0ef6

Please sign in to comment.