Spaces:
Runtime error
Runtime error
rearranged the example photos
Browse files
app.py
CHANGED
@@ -20,9 +20,9 @@ def classify_image(img):
|
|
20 |
|
21 |
image = gr.inputs.Image(shape=(192, 192))
|
22 |
label = gr.outputs.Label()
|
23 |
-
examples = ['example1.jpg', '
|
24 |
-
'
|
25 |
-
'
|
26 |
|
27 |
intf = gr.Interface(fn=classify_image, inputs=image,
|
28 |
outputs=label, examples=examples)
|
|
|
20 |
|
21 |
image = gr.inputs.Image(shape=(192, 192))
|
22 |
label = gr.outputs.Label()
|
23 |
+
examples = ['example1.jpg', 'example3.jpg',
|
24 |
+
'example5.jpg', 'example4.jpg',
|
25 |
+
'example6.jpg', 'example2.jpg', 'example7.JPG']
|
26 |
|
27 |
intf = gr.Interface(fn=classify_image, inputs=image,
|
28 |
outputs=label, examples=examples)
|