NKASG commited on
Commit
b68e66b
·
verified ·
1 Parent(s): b7f4b23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -4,8 +4,8 @@ import cv2
4
  import os
5
 
6
 
7
- print(os.listdir('./model'))
8
- used_model = keras.models.load_model('./model')
9
  new_classes = ['Potato___Early_blight', 'Potato___Late_blight', 'Potato___healthy']
10
 
11
  def classify_image(img_dt):
 
4
  import os
5
 
6
 
7
+ print(os.listdir('./My model'))
8
+ used_model = keras.models.load_model('./My model')
9
  new_classes = ['Potato___Early_blight', 'Potato___Late_blight', 'Potato___healthy']
10
 
11
  def classify_image(img_dt):