zaferturan commited on
Commit
c213e1d
1 Parent(s): a9e7fa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from tensorflow.keras.models import load_model
6
  from PIL import Image
7
  import numpy as np
8
  import cv2
9
- model=load_model('tr_banknot_model.h52')
10
  def process_image(img):
11
  img=img.resize((30,30))
12
  img=np.array(img)
 
6
  from PIL import Image
7
  import numpy as np
8
  import cv2
9
+ model=load_model('tr_banknot_model.h5')
10
  def process_image(img):
11
  img=img.resize((30,30))
12
  img=np.array(img)