ariankhalfani commited on
Commit
48c095d
·
verified ·
1 Parent(s): d9438ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ with gr.Blocks() as demo:
194
  with gr.Column():
195
  gr.Markdown("# Cataract Detection System")
196
  gr.Markdown("Upload an image to detect cataract and add patient details.")
197
- gr.Markdown("This application uses YOLOv8 with mAP=0.981")
198
 
199
  with gr.Column():
200
  name = gr.Textbox(label="Name")
 
194
  with gr.Column():
195
  gr.Markdown("# Cataract Detection System")
196
  gr.Markdown("Upload an image to detect cataract and add patient details.")
197
+ gr.Markdown("This application uses YOLOv10 with mAP=0.994")
198
 
199
  with gr.Column():
200
  name = gr.Textbox(label="Name")