Update app.py
Browse files
app.py
CHANGED
|
@@ -52,9 +52,12 @@ with gr.Blocks(js=js,theme=gr.themes.Soft(), css=".gradio-container { max-width:
|
|
| 52 |
with gr.Row():
|
| 53 |
gr.Markdown(
|
| 54 |
'''
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
|
|
|
|
|
|
|
|
|
| 58 |
'''
|
| 59 |
)
|
| 60 |
|
|
|
|
| 52 |
with gr.Row():
|
| 53 |
gr.Markdown(
|
| 54 |
'''
|
| 55 |
+
A-EYE is an intelligent eye disease classifier designed for accurate eye disease classification using deep learning.
|
| 56 |
+
With its enhanced model, A-EYE analyzes fundus images to detect Cataracts, Diabetic Retinopathy, Glaucoma, or Normal conditions.
|
| 57 |
+
Users can easily upload a fundus image, and the system will process it to provide detailed classification results.
|
| 58 |
+
The results display probability percentages for each condition, ensuring transparency and confidence in the diagnosis.
|
| 59 |
+
The condition with the highest probability is assigned to the image, offering a reliable and efficient tool for eye health assessment.
|
| 60 |
+
A-EYE has the potentioal to assist ophthalmologists in providing first screening of suspected eye diseases.
|
| 61 |
'''
|
| 62 |
)
|
| 63 |
|