I'm trying to use the model in backend with flask simply,
I used .h5 to save the model to use in the flask backend.
but I'm little confused to as what the arguments would be for our model.predict() method when using the model already trained for new input.
Below are the images or if possible files attached.
Based on the model what should be input to our method for backend usage.
