WatermelonPapaya commited on
Commit
d88725b
·
verified ·
1 Parent(s): 6e6ecde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Results: {predicted_label}")
 
64
 
65
  # Display Prediction Result
66
  st.image(image, clamp = True)
67
+ st.write(f"Prediction Result: {predicted_label}")