Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ custom_style = """
|
|
27 |
"""
|
28 |
st.markdown(custom_style, unsafe_allow_html=True)
|
29 |
|
30 |
-
model = tf.keras.models.load_model('
|
31 |
img_size = (224, 224)
|
32 |
|
33 |
def preprocess_image(img):
|
|
|
27 |
"""
|
28 |
st.markdown(custom_style, unsafe_allow_html=True)
|
29 |
|
30 |
+
model = tf.keras.models.load_model('fixed_model.h5')
|
31 |
img_size = (224, 224)
|
32 |
|
33 |
def preprocess_image(img):
|