Update pages/CNN-Model.py
Browse files- pages/CNN-Model.py +1 -1
pages/CNN-Model.py
CHANGED
|
@@ -14,7 +14,7 @@ st.sidebar.info("Feel free to select other models from the pages above 🙂")
|
|
| 14 |
|
| 15 |
st.sidebar.write("""
|
| 16 |
### Instructions 🔧
|
| 17 |
-
Please upload Cell Image, Cytoplasm Mask, and Nuclei Mask for accurate and precise classification of Cervical Cancel Cell Type
|
| 18 |
""")
|
| 19 |
|
| 20 |
# Function to process uploaded images
|
|
|
|
| 14 |
|
| 15 |
st.sidebar.write("""
|
| 16 |
### Instructions 🔧
|
| 17 |
+
Make sure you have predicted Cytoplasm and Nuclei Mask from U-Net-Model before proceeding. Please upload Cell Image, Cytoplasm Mask, and Nuclei Mask for accurate and precise classification of Cervical Cancel Cell Type
|
| 18 |
""")
|
| 19 |
|
| 20 |
# Function to process uploaded images
|