Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|