Arun Prakash commited on
Commit
84c958c
1 Parent(s): 794d03f
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ def predict(img):
15
  title = "Bird or Not Classifier"
16
  description = "A bird or not classifier trained with downloaded data from internet. Created as a demo for Gradio and HuggingFace Spaces."
17
 
18
- examples = ["bird.jpg", "forest.jpg", "teddy.jpg"]
19
  interpretation = "default"
20
  enable_queue = True
21
 
 
15
  title = "Bird or Not Classifier"
16
  description = "A bird or not classifier trained with downloaded data from internet. Created as a demo for Gradio and HuggingFace Spaces."
17
 
18
+ examples = ["bird2.jpg", "forest.jpg", "teddy.jpg"]
19
  interpretation = "default"
20
  enable_queue = True
21