saibhagawan commited on
Commit
0c0ce45
·
verified ·
1 Parent(s): c274911

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. 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()
 
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()