Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ demo = gr.Interface(
|
|
| 14 |
inputs=gr.Image(type="pil"),
|
| 15 |
outputs=gr.Label(num_top_classes=3),
|
| 16 |
title="Weed Species Classifier",
|
| 17 |
-
description="Upload a weed image to classify it using confidence-based routing
|
| 18 |
)
|
| 19 |
|
| 20 |
demo.launch()
|
|
|
|
| 14 |
inputs=gr.Image(type="pil"),
|
| 15 |
outputs=gr.Label(num_top_classes=3),
|
| 16 |
title="Weed Species Classifier",
|
| 17 |
+
description="Upload a weed image to classify it using confidence-based routing."
|
| 18 |
)
|
| 19 |
|
| 20 |
demo.launch()
|