yupikopi commited on
Commit
1c54a6e
1 Parent(s): e2326b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import numpy as np
5
 
6
  model = load_model('Pikachu_and_Raichu.h5')
7
 
8
- class_names[labels] = ['Pikachu', 'Raichu']
9
 
10
  def predict(img):
11
  img=img.reshape(160,160,3)
 
5
 
6
  model = load_model('Pikachu_and_Raichu.h5')
7
 
8
+ #class_names[labels] = ['Pikachu', 'Raichu']
9
 
10
  def predict(img):
11
  img=img.reshape(160,160,3)