Spaces:
Sleeping
Sleeping
removed bear3
Browse files
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','
|
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 |
|