Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from transformers import AutoImageProcessor, Swinv2ForImageClassification
|
|
| 8 |
# Page setup
|
| 9 |
st.set_page_config(page_title="Glaucoma Detector", layout="centered")
|
| 10 |
st.title("👁️ Glaucoma Detection App")
|
| 11 |
-
st.write("Upload a **fundus image** to check for signs of glaucoma using a
|
| 12 |
|
| 13 |
# File uploader
|
| 14 |
uploaded_file = st.file_uploader("Choose a fundus image...", type=["jpg", "jpeg", "png"])
|
|
|
|
| 8 |
# Page setup
|
| 9 |
st.set_page_config(page_title="Glaucoma Detector", layout="centered")
|
| 10 |
st.title("👁️ Glaucoma Detection App")
|
| 11 |
+
st.write("Upload a **fundus image** to check for signs of glaucoma using a deep learning model.")
|
| 12 |
|
| 13 |
# File uploader
|
| 14 |
uploaded_file = st.file_uploader("Choose a fundus image...", type=["jpg", "jpeg", "png"])
|