Spaces:
Runtime error
Runtime error
Tan Le
commited on
Commit
•
e3b08f1
1
Parent(s):
875c2d7
Add more example images
Browse files- app.py +2 -0
- images/cardboard.jpeg +0 -0
- images/plastic.jpeg +0 -0
app.py
CHANGED
@@ -51,10 +51,12 @@ description = "Upload an image or select from examples to classify trash."
|
|
51 |
article = "<div style='text-align: center;'>Space by Tan Le</div>"
|
52 |
|
53 |
examples = [
|
|
|
54 |
"images/cigarette_butt.jpeg",
|
55 |
"images/masks.jpeg",
|
56 |
"images/metal_objects.jpeg",
|
57 |
"images/paper.jpeg",
|
|
|
58 |
"images/spray_cans.jpeg",
|
59 |
"images/syringe.jpeg",
|
60 |
]
|
|
|
51 |
article = "<div style='text-align: center;'>Space by Tan Le</div>"
|
52 |
|
53 |
examples = [
|
54 |
+
"images/cardboard.jpeg",
|
55 |
"images/cigarette_butt.jpeg",
|
56 |
"images/masks.jpeg",
|
57 |
"images/metal_objects.jpeg",
|
58 |
"images/paper.jpeg",
|
59 |
+
"images/plastic.jpeg",
|
60 |
"images/spray_cans.jpeg",
|
61 |
"images/syringe.jpeg",
|
62 |
]
|
images/cardboard.jpeg
ADDED
images/plastic.jpeg
ADDED