Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
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('
|
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):
|