Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import tensorflow as tf
3
  import numpy as np
4
  from PIL import Image
5
 
6
- model_path = "DogClassifier2.1.keras"
7
  model = tf.keras.models.load_model(model_path)
8
 
9
  # Define the core prediction function
 
3
  import numpy as np
4
  from PIL import Image
5
 
6
+ model_path = "DogClassifier2.2.keras"
7
  model = tf.keras.models.load_model(model_path)
8
 
9
  # Define the core prediction function