Suphawan commited on
Commit
4013e19
1 Parent(s): 62851d0

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('_Inception_V2.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_InceptionV3.h5')
9
 
10
  # Function for prediction
11
  def predict(img):