Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def recognize_image(image):
|
|
32 |
|
33 |
#!export
|
34 |
image = gr.inputs.Image(shape=(192,192))
|
35 |
-
label = gr.outputs.Label()
|
36 |
examples = [
|
37 |
'test_images/download (2).png',
|
38 |
'test_images/download (3).jpg',
|
|
|
32 |
|
33 |
#!export
|
34 |
image = gr.inputs.Image(shape=(192,192))
|
35 |
+
label = gr.outputs.Label(num_top_classes=5)
|
36 |
examples = [
|
37 |
'test_images/download (2).png',
|
38 |
'test_images/download (3).jpg',
|