Load Model in container Azure App Services
I am making an api with a container in Azure App Service, I have a machine learning model in .h5 format, I am leaving the model in the internal storage of the container, but when I open the model with the load_model() function Keras, it loads and gives an error, the error is not related to the internet, I suppose it is the loading time. Any idea what I can do to solve it?