fahrnphi commited on
Commit
ca58299
1 Parent(s): 2723e08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import pandas as pd
6
  import matplotlib.pyplot as plt
7
 
8
  # Load the trained model
9
- model_path = "pokemon-model_transferlearning1.keras"
10
  model = tf.keras.models.load_model(model_path)
11
 
12
  # Define the core prediction function
 
6
  import matplotlib.pyplot as plt
7
 
8
  # Load the trained model
9
+ model_path = "pokemon_model_fahrnphi_transferlearning.keras"
10
  model = tf.keras.models.load_model(model_path)
11
 
12
  # Define the core prediction function