I have loaded the trained model, I have been using it for predictions:
model.predict(image)
array([[0., 0., 0., 0., 0., 0., 0., 0., 1., 0., 0., 0., 0., 0., 0., 0.,
0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0., 0.]],
dtype=float32)
It is returning an array. Can you please give some documentation on it.