uhlarlar commited on
Commit
39a7e3e
·
1 Parent(s): 320fe57

updated animal examples

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -12,7 +12,9 @@ def classify_img(img):
12
 
13
  image = gr.inputs.Image(shape=(192,192))
14
  label = gr.outputs.Label()
15
- examples = ['dog.jpg','cat.jpg','dunno.jpg']
 
 
16
 
17
  def greet(name):
18
  return "Hello " + name + "!!"
 
12
 
13
  image = gr.inputs.Image(shape=(192,192))
14
  label = gr.outputs.Label()
15
+ examples = ['bear_2.jpg','bear_3.jpg','bear_4.jpg','bear_5.jpg','bear_6.jpg']
16
+
17
+
18
 
19
  def greet(name):
20
  return "Hello " + name + "!!"