nimalan commited on
Commit
ec61e15
·
verified ·
1 Parent(s): db8bab0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ demo = gr.Interface(
69
  fn=detect_whitefly,
70
  inputs=gr.Image(type="numpy", label="Upload Leaf Image"),
71
  outputs=[gr.Image(label="Detection Result"), gr.Textbox(label="Count")],
72
- title="Whitefly Detection (YOLOv9 - ONNX)",
73
  description="Upload any leaf image to detect and count whiteflies with indexed bounding boxes."
74
  )
75
 
 
69
  fn=detect_whitefly,
70
  inputs=gr.Image(type="numpy", label="Upload Leaf Image"),
71
  outputs=[gr.Image(label="Detection Result"), gr.Textbox(label="Count")],
72
+ title="Whitefly Detection",
73
  description="Upload any leaf image to detect and count whiteflies with indexed bounding boxes."
74
  )
75