Spaces:
Runtime error
Runtime error
abrar-adnan
commited on
Commit
•
09a17ed
1
Parent(s):
f8f9105
updated example filenames
Browse files
app.py
CHANGED
@@ -50,10 +50,10 @@ def recognize_image(image):
|
|
50 |
image = gr.inputs.Image(shape=(192,192))
|
51 |
label = gr.outputs.Label(num_top_classes=5)
|
52 |
examples = [
|
53 |
-
'
|
54 |
-
'
|
55 |
-
'
|
56 |
-
'
|
57 |
]
|
58 |
|
59 |
iface = gr.Interface(fn=recognize_image, inputs=image, outputs=label, examples=examples)
|
|
|
50 |
image = gr.inputs.Image(shape=(192,192))
|
51 |
label = gr.outputs.Label(num_top_classes=5)
|
52 |
examples = [
|
53 |
+
'image1.jpg',
|
54 |
+
'image2.jpg',
|
55 |
+
'image3.jpg',
|
56 |
+
'image4.jpg'
|
57 |
]
|
58 |
|
59 |
iface = gr.Interface(fn=recognize_image, inputs=image, outputs=label, examples=examples)
|