Suphawan commited on
Commit
073d3c4
·
verified ·
1 Parent(s): b24b602

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('best_model_InceptionV3.h5')
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.keras')
9
 
10
  # Function for prediction
11
  def predict(img):