Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
| 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 |
|