Spaces:
Runtime error
Runtime error
Commit ·
895543c
1
Parent(s): ad52348
Update app.py
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ st.markdown("""
|
|
| 63 |
uploaded_file = st.file_uploader("Upload an image", type=["jpg", "jpeg", "png"])
|
| 64 |
|
| 65 |
# Predict button
|
| 66 |
-
if st.button("Predict"):
|
| 67 |
image = None
|
| 68 |
|
| 69 |
# Read the uploaded image if available
|
|
|
|
| 63 |
uploaded_file = st.file_uploader("Upload an image", type=["jpg", "jpeg", "png"])
|
| 64 |
|
| 65 |
# Predict button
|
| 66 |
+
if st.button("Click to Predict"):
|
| 67 |
image = None
|
| 68 |
|
| 69 |
# Read the uploaded image if available
|