I have built a flask application which runs keras and tensor flow models.The app is able to load the input html but when i am posting the request, it is not giving any response. The below is the error I am receiving in web page. I have checked the error logs but unable to resolve it.
Network Error (tcp_error)
A communication error occurred: "" The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.
Backdrop: It is a image classification problem using Keras and tensor flow,so I have to load the image and get the results after classifying them.
Blockquote