Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ gr.Interface(
|
|
| 85 |
gr.Label(label="Confidences")
|
| 86 |
],
|
| 87 |
title="🗑️ Smart Recycling Assistant ♻️",
|
| 88 |
-
description="This model classifies waste into categories to help you recycle correctly.
|
| 89 |
examples=example_paths,
|
| 90 |
cache_examples=False
|
| 91 |
).launch()
|
|
|
|
| 85 |
gr.Label(label="Confidences")
|
| 86 |
],
|
| 87 |
title="🗑️ Smart Recycling Assistant ♻️",
|
| 88 |
+
description="This model classifies waste into categories to help you recycle correctly. You can simply upload a photo of a waste item to see its category. The model will classify the item as one of these categories: 'cardboard', 'glass', 'metal', 'paper', 'plastic', or 'trash'.",
|
| 89 |
examples=example_paths,
|
| 90 |
cache_examples=False
|
| 91 |
).launch()
|