I have a Keras model (saved as a .json file) and its weights (saved as a .h5 file) and I am trying to save the model in MLFlow and then use it to make predictions.
In