Spaces:
Sleeping
Sleeping
updated animal examples
Browse files
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 = ['
|
|
|
|
|
|
|
| 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 + "!!"
|