Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,5 +73,4 @@ if uploaded_file is not None:
|
|
73 |
pred_label = reversed_map[pred_class.item()]
|
74 |
|
75 |
|
76 |
-
st.pyplot(fig)
|
77 |
st.write(f"Predicted Class: {pred_label}")
|
|
|
73 |
pred_label = reversed_map[pred_class.item()]
|
74 |
|
75 |
|
|
|
76 |
st.write(f"Predicted Class: {pred_label}")
|