AlvinSiang commited on
Commit
37ef6ed
·
verified ·
1 Parent(s): bedd789

Update app.py

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