Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,8 +29,8 @@ 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="Chicken
|
33 |
-
description="Upload images of chicken droppings for
|
34 |
examples=[
|
35 |
["cocci.587.jpg", 0.25, 0.45],
|
36 |
["ncd2.jpg", 0.25, 0.45],
|
|
|
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 Diseases Diagnostics: Object Detection Approach",
|
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],
|