shujianong commited on
Commit
a26b7ef
1 Parent(s): 17f1238

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def resizeImage(img):
36
  resized = cv2.resize(img, dim, interpolation = cv2.INTER_AREA)
37
  return resized
38
 
39
- model = load_model("tf_train.h5")
40
 
41
  """# Define function"""
42
 
 
36
  resized = cv2.resize(img, dim, interpolation = cv2.INTER_AREA)
37
  return resized
38
 
39
+ model = load_model("tf_model.h5")
40
 
41
  """# Define function"""
42