Adityaswara
commited on
Commit
•
8681d20
1
Parent(s):
4e9f39c
Update prediction.py
Browse files- prediction.py +1 -1
prediction.py
CHANGED
@@ -14,7 +14,7 @@ import pickle
|
|
14 |
#load model
|
15 |
def run():
|
16 |
file = st.file_uploader("Upload an image", type=["jpg", "png"])
|
17 |
-
model = tf.keras.models.load_model('model_ann_sequential_improve.
|
18 |
target_size=(50, 50)
|
19 |
|
20 |
def import_and_predict(image_data, model):
|
|
|
14 |
#load model
|
15 |
def run():
|
16 |
file = st.file_uploader("Upload an image", type=["jpg", "png"])
|
17 |
+
model = tf.keras.models.load_model('model_ann_sequential_improve.h5')
|
18 |
target_size=(50, 50)
|
19 |
|
20 |
def import_and_predict(image_data, model):
|