vish26 commited on
Commit
38559cb
·
verified ·
1 Parent(s): b327c04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ interface = gr.Interface(
35
  gr.Textbox(label="Detections"),
36
  ],
37
  title="Blood Cell Detection",
38
- description="Upload an image to detect WBCs, RBCs, and Platelets using a YOLOv10n model.",
39
  )
40
 
41
  if __name__ == "__main__":
 
35
  gr.Textbox(label="Detections"),
36
  ],
37
  title="Blood Cell Detection",
38
+ description="Upload a high-quality image of blood cells captured using a light microscope and CCD color camera for detailed analysis.",
39
  )
40
 
41
  if __name__ == "__main__":