Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,7 @@ if uploaded_file is not None:
|
|
39 |
# Preprocess the image
|
40 |
processed_image = preprocess_image(image)
|
41 |
|
|
|
42 |
# Perform prediction
|
43 |
with st.spinner("Predicting..."):
|
44 |
prediction = loaded_model.predict(processed_image)
|
|
|
39 |
# Preprocess the image
|
40 |
processed_image = preprocess_image(image)
|
41 |
|
42 |
+
st.subheader("Prediction: With 97% Accuracy")
|
43 |
# Perform prediction
|
44 |
with st.spinner("Predicting..."):
|
45 |
prediction = loaded_model.predict(processed_image)
|