bauckluc commited on
Commit
f042ac5
·
verified ·
1 Parent(s): 989d629

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from PIL import Image
4
  import numpy as np
5
 
6
  # Load your custom regression model
7
- model_path = "pokemon_transferlearning.keras"
8
  model = tf.keras.models.load_model(model_path)
9
 
10
  labels = ['Porygon', 'Seel', 'Vaporeon']
 
4
  import numpy as np
5
 
6
  # Load your custom regression model
7
+ model_path = "pokemon_transferlearning2.keras"
8
  model = tf.keras.models.load_model(model_path)
9
 
10
  labels = ['Porygon', 'Seel', 'Vaporeon']