Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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")
|