Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ from PIL import Image
|
|
| 5 |
|
| 6 |
#!pip install tensorflow tensorflow-datasets gradio pillow matplotlib
|
| 7 |
|
| 8 |
-
model_path = "Dogs-
|
| 9 |
model = tf.keras.models.load_model(model_path)
|
| 10 |
|
| 11 |
# Define the core prediction function
|
|
|
|
| 5 |
|
| 6 |
#!pip install tensorflow tensorflow-datasets gradio pillow matplotlib
|
| 7 |
|
| 8 |
+
model_path = "Dogs-model_transferlearning_FT.keras"
|
| 9 |
model = tf.keras.models.load_model(model_path)
|
| 10 |
|
| 11 |
# Define the core prediction function
|