devdata commited on
Commit
2f5aee9
·
verified ·
1 Parent(s): 4d19f38

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -29,11 +29,11 @@ iface = gr.Interface(
29
  gr.Slider(minimum=0, maximum=1, value=0.45, label="IoU threshold"),
30
  ],
31
  outputs=gr.Image(type="pil", label="Result"),
32
- title="Ultralytics YOLOv8 Object Detection",
33
- description="Upload images for inference. The Ultralytics YOLOv8n model is used by default.",
34
  examples=[
35
- ["bus.jpg", 0.25, 0.45],
36
- ["zidane.jpg", 0.25, 0.45],
37
  ],
38
  )
39
 
 
29
  gr.Slider(minimum=0, maximum=1, value=0.45, label="IoU threshold"),
30
  ],
31
  outputs=gr.Image(type="pil", label="Result"),
32
+ title="Chicken Disease Classification from Droppings: An AI-Powered Diagnostic Tool",
33
+ description="Upload images of chicken droppings for Diagnosis.",
34
  examples=[
35
+ ["cocci.42.jpg", 0.25, 0.45],
36
+ ["ncd2.jpg", 0.25, 0.45],
37
  ],
38
  )
39