Suphawan commited on
Commit
9ca4392
1 Parent(s): f341680

Upload 2 files

Browse files
Files changed (2) hide show
  1. Best_model_InceptionV2.keras +3 -0
  2. app.py +1 -1
Best_model_InceptionV2.keras ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:128e1ed04d661b839e945e24268d5cf9a6d42fa3551de2f5b7529cb63bea0525
3
+ size 656892981
app.py CHANGED
@@ -5,7 +5,7 @@ from tensorflow.keras.preprocessing import image
5
  import numpy as np
6
  from PIL import Image
7
 
8
- model = tf.keras.models.load_model('best_model_InceptionV2.keras')
9
 
10
  # Function for prediction
11
  def predict(img):
 
5
  import numpy as np
6
  from PIL import Image
7
 
8
+ model = tf.keras.models.load_model('Best_model_InceptionV2.keras')
9
 
10
  # Function for prediction
11
  def predict(img):