Hi guys. So I am able to create a Flask-based service where I load my nlu model and run predictions on it and parse through the response JSON. However, I get the following warning when running the Flask app in my dev environment:
WARNING: This is a development server. Do not use it in a production deployment.
Use a production WSGI server instead.
How do I go about deploying my existing Flask service through a WSGI server? My Flask service repackages the response JSON by omitting and reformatting certain attributes, so it’s important that I can deploy it without using any default CLI commands that deploys a model for me and outputs the default NLU response JSON