uhlarlar commited on
Commit
355595a
·
1 Parent(s): a2bca55

removed bear3

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def classify_img(img):
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
 
 
12
 
13
  image = gr.inputs.Image(shape=(192,192))
14
  label = gr.outputs.Label()
15
+ examples = ['bear_2.jpg','bear_4.jpg','bear_5.jpg','bear_6.jpg']
16
 
17
 
18