Run Flask application on Colab
Recently I created a Tensorlfow model, which is trained on GPU (on Google Colab).
Then I thought of deploying it using Flask web framework. I wrote the Flask application which load the model(.h5) file and predict the predictions.
But
When I run that...
sumanshunankana.hashnode.dev3 min read