mansesa3 commited on
Commit
d180ba7
·
verified ·
1 Parent(s): 3bea4a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import numpy as np
4
  from PIL import Image
5
 
6
  # Load the trained model
7
- model_path = "pokemon-model_transferlearning.keras"
8
  model = tf.keras.models.load_model(model_path)
9
 
10
  # Define the core prediction function
 
4
  from PIL import Image
5
 
6
  # Load the trained model
7
+ model_path = "pokemon-model_transferlearning1.keras"
8
  model = tf.keras.models.load_model(model_path)
9
 
10
  # Define the core prediction function