shaheer-data commited on
Commit
cff5dd8
·
verified ·
1 Parent(s): 6ddc62b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)