Update app.py
Browse files
app.py
CHANGED
|
@@ -64,4 +64,4 @@ if uploaded_image is not None:
|
|
| 64 |
|
| 65 |
# Display Prediction Result
|
| 66 |
st.image(image, clamp = True)
|
| 67 |
-
st.write(f"Prediction
|
|
|
|
| 64 |
|
| 65 |
# Display Prediction Result
|
| 66 |
st.image(image, clamp = True)
|
| 67 |
+
st.write(f"Prediction Result: {predicted_label}")
|