model = load_model("keras_model.h5") it gives me an error on this line do you know the solution
model = load_model("keras_model.h5")
it gives me an error on this line
do you know the solution