Dinoking commited on
Commit
402c7af
β€’
1 Parent(s): 6ef26dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def predict_image(img):
24
  image = gr.inputs.Image(shape=(224, 224))
25
  label = gr.outputs.Label(num_top_classes=3)
26
  article="<p style='text-align: center'>Made by Aditya Narendra with πŸ–€</p>"
27
- examples = ['battery.jpeg','cardboard.jpeg','clothes.jpeg','metal.jpg','plastic.jpg','shoes.jpg']
28
 
29
 
30
  gr.Interface(fn=predict_image, inputs=image, title="Garbage Classifier V3",
 
24
  image = gr.inputs.Image(shape=(224, 224))
25
  label = gr.outputs.Label(num_top_classes=3)
26
  article="<p style='text-align: center'>Made by Aditya Narendra with πŸ–€</p>"
27
+ examples = ['battery.jpeg','cardboard.jpeg','paper.jpg','clothes.jpeg','metal.jpg','plastic.jpg','shoes.jpg']
28
 
29
 
30
  gr.Interface(fn=predict_image, inputs=image, title="Garbage Classifier V3",