update
Browse files
app.py
CHANGED
@@ -24,8 +24,8 @@ def recognize_image(image):
|
|
24 |
image = gr.inputs.Image(shape=(192,192))
|
25 |
label = gr.outputs.Label(num_top_classes=5)
|
26 |
examples = [
|
27 |
-
'
|
28 |
-
'
|
29 |
|
30 |
]
|
31 |
|
|
|
24 |
image = gr.inputs.Image(shape=(192,192))
|
25 |
label = gr.outputs.Label(num_top_classes=5)
|
26 |
examples = [
|
27 |
+
'unknown-1.jpg',
|
28 |
+
'unknown-2.jpg'
|
29 |
|
30 |
]
|
31 |
|
test_images/unknown-1.jpg β unknown-1.jpg
RENAMED
File without changes
|
test_images/unknown-2.jpg β unknown-2.jpg
RENAMED
File without changes
|