Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import numpy as np
|
|
3 |
import tensorflow as tf
|
4 |
|
5 |
# Load the model
|
6 |
-
model = tf.keras.models.load_model("
|
7 |
|
8 |
|
9 |
def predict(input_dict):
|
|
|
3 |
import tensorflow as tf
|
4 |
|
5 |
# Load the model
|
6 |
+
model = tf.keras.models.load_model("cnn_model_v2.h5")
|
7 |
|
8 |
|
9 |
def predict(input_dict):
|