TroglodyteDerivations's picture
Updated lines 59-82 with: [# notation] | Updated lines 88-94 with: [# notation] | Updated lines 108-110 with: [# notation] | Updated lines 112-117 with: # Output the predictions st.write(f'Class Mappings: {class_mappings}') st.write("\nNormal Image Prediction:", np.round(predictions[0], 3)[0]) st.write("Glioma Image Prediction:", np.round(predictions[1], 3)[0]) st.write("Meningioma Image Prediction:", np.round(predictions[2], 3)[0]) st.write("Pituitary Image Prediction:", np.round(predictions[3], 3)[0])
8076e35 verified