Kartik Bhat
Kartik Bhat
I am using `flask_restplus 0.10.1 ` for swagger api documentation in the python project. The configuration I am using is as below ``` api = Api(app,version='1.0',title='Flask Rest Api',description='Test') ns =...
0.32.x version of label_studio_sdk does not seem to have all the latest apis that are available in the document, please release the latest version of the sdk.
I am trying to run label-studio under a subpath https:///label-studio Following the documentation, LABEL_STUDIO_HOST variable is set to https:.///label-studio, And following ingress configuration is being used ``` apiVersion: networking.k8s.io/v1 kind:...