Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ nm_model = tf.keras.models.load_model("mn_model.keras")
|
|
| 10 |
inception_model = tf.keras.models.load_model("inception_v3.keras")
|
| 11 |
|
| 12 |
cifar10_labels = classes
|
| 13 |
-
models = [ "InceptionBased Model"]
|
| 14 |
|
| 15 |
|
| 16 |
def classify_image(input_image, model_name):
|
|
|
|
| 10 |
inception_model = tf.keras.models.load_model("inception_v3.keras")
|
| 11 |
|
| 12 |
cifar10_labels = classes
|
| 13 |
+
models = [ "InceptionBased Model", "MobileNetBased Model"]
|
| 14 |
|
| 15 |
|
| 16 |
def classify_image(input_image, model_name):
|