Im deploying a keras model and sending the test data to the model via a flask api. I have two files:
First: My Flask App:
# Let\'s startup the Flask
I had the same problem. it was resolved by changing TensorFlow-1 version to TensorFlow-2. just uninstall ver-1 and install ver-2.