Suphawan commited on
Commit
5da441c
·
verified ·
1 Parent(s): 07140c5

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from tensorflow.keras.applications.inception_resnet_v2 import preprocess_input
4
  from tensorflow.keras.preprocessing import image
5
  import numpy as np
6
 
7
- model = tf.keras.models.load_model("inceptionv3_model_with_custom_layer.h5")
8
 
9
  # Function for prediction
10
  def predict(img):
 
4
  from tensorflow.keras.preprocessing import image
5
  import numpy as np
6
 
7
+ model = tf.keras.models.load_model("inceptionv3_model_with_custom_layer.h5")
8
 
9
  # Function for prediction
10
  def predict(img):