Update pages/U-Net-Model.py
Browse files- pages/U-Net-Model.py +1 -1
pages/U-Net-Model.py
CHANGED
|
@@ -47,7 +47,7 @@ st.sidebar.info("Feel free to select other models from the pages above 🙂")
|
|
| 47 |
|
| 48 |
st.sidebar.write("""
|
| 49 |
### Instructions 🔧
|
| 50 |
-
Please upload Cell Image to get Predicted Cytoplasm Mask and Nuclei Mask. After getting and downloading Predicted Cytoplasm and Nuclei Mask image, head over to CNN or SVM model to get accurate prediction of Cancer Cell Type.
|
| 51 |
""")
|
| 52 |
|
| 53 |
# Upload an image
|
|
|
|
| 47 |
|
| 48 |
st.sidebar.write("""
|
| 49 |
### Instructions 🔧
|
| 50 |
+
Please upload Cell Image and choose appropriate U-net Model from Drop-down menu to get Predicted Cytoplasm Mask and Nuclei Mask. After getting and downloading Predicted Cytoplasm and Nuclei Mask image, head over to CNN or SVM model to get accurate prediction of Cancer Cell Type.
|
| 51 |
""")
|
| 52 |
|
| 53 |
# Upload an image
|