fenrils
Flask Project: Handling 503 Error in Image Upscaling Service
Hello everyone,
I have the following issue with my Flask project, and it's related to a service I've created called "upscale" that is used to upscale an image sent to the service using a pre-trained model (edsr). When I send very small images to the service, there is no issue, but when I send larger ones, I receive a 503 Service Unavailable error. I don't see it reaching 2GB out of 8GB, and I also don't have more information to understand what's happening.
18 replies