Hello
I should start by saying I am very inexperienced at deploying web services and have never previously used render, so apologies if I use the wrong terms
my web service [https://eye-recycle.onrender.com] hosts a trained model, when I use Postman to check the model is working (using [https://eye-recycle.onrender.com/predict] and I use an image the model was trained on, I get a valid response and the image is successfully predicted, but when I use an untrained image that the model hasn’t seen before, it always throws a 502 Bad gateway error and says that it received an invalid response from the upstream server.
Any help or advice anyone could give me would be much appreciated
thanks