mansesa3 commited on
Commit
adb994b
·
verified ·
1 Parent(s): 9fe2b58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from PIL import Image
6
  # Modell laden
7
  model = tf.keras.models.load_model('pokemon_classifier_model.h5')
8
 
9
- class_names = ['chansey', 'growlithe', 'lapras']
10
 
11
  def predict(image):
12
  image = image.resize((150, 150))
 
6
  # Modell laden
7
  model = tf.keras.models.load_model('pokemon_classifier_model.h5')
8
 
9
+ class_names = ['Chansey', 'Growlithe', 'Lapras']
10
 
11
  def predict(image):
12
  image = image.resize((150, 150))