Spaces:
Sleeping
Sleeping
AdarshRavis
commited on
Commit
•
f3bb9da
1
Parent(s):
e0cdb19
Update app.py
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ def load_and_preprocess_image(image):
|
|
71 |
# Streamlit UI
|
72 |
st.title("Image Processing with Keras Model")
|
73 |
|
74 |
-
uploaded_file = st.file_uploader("Choose an image...", type="jpg")
|
75 |
|
76 |
if uploaded_file is not None:
|
77 |
# Load and preprocess image
|
|
|
71 |
# Streamlit UI
|
72 |
st.title("Image Processing with Keras Model")
|
73 |
|
74 |
+
uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "jpeg", "png"])
|
75 |
|
76 |
if uploaded_file is not None:
|
77 |
# Load and preprocess image
|