ZbindChi commited on
Commit
131d1e6
1 Parent(s): 8a791f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-model_transferlearning.keras"
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