Skip to content

Commit

Permalink
Update config.json with access restriction message
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenAnpu authored Jul 23, 2024
1 parent 6195704 commit 94739c1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion supervisely_integration/serve/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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 94739c1

Please sign in to comment.