gmustafa413 commited on
Commit
79fba81
·
verified ·
1 Parent(s): a0c7d36

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -75,4 +75,5 @@ if uploaded_file is not None:
75
 
76
  # Display results
77
  st.write(f"**Prediction:** {class_names[predicted_class]}")
78
- st.write(f"**Confidence:** {confidence:.2f}%")
 
 
75
 
76
  # Display results
77
  st.write(f"**Prediction:** {class_names[predicted_class]}")
78
+ st.write(f"**Confidence:** {confidence:.2f}%")
79
+ model.save("cifar10_cnn_model.keras")