devdata commited on
Commit
73c5e94
·
verified ·
1 Parent(s): 40f8a3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ iface = gr.Interface(
32
  title="Chicken Disease Classification from Droppings: An AI-Powered Diagnostic Tool",
33
  description="Upload images of chicken droppings for Diagnosis.",
34
  examples=[
35
- ["cocci587.jpg", 0.25, 0.45],
36
  ["ncd2.jpg", 0.25, 0.45],
37
  ],
38
  )
 
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.587.jpg", 0.25, 0.45],
36
  ["ncd2.jpg", 0.25, 0.45],
37
  ],
38
  )