Spaces:
Sleeping
Sleeping
add more test files
Browse files
app.py
CHANGED
@@ -67,5 +67,5 @@ def classify_image(image):
|
|
67 |
image = gr.Image(type='pil')
|
68 |
label = gr.Label(num_top_classes=3)
|
69 |
|
70 |
-
gr.Interface(fn=classify_image, inputs=image, outputs=label, examples = [["test.jpg"]]).launch()
|
71 |
|
|
|
67 |
image = gr.Image(type='pil')
|
68 |
label = gr.Label(num_top_classes=3)
|
69 |
|
70 |
+
gr.Interface(fn=classify_image, inputs=image, outputs=label, examples = [["test.jpg","test2.jpg","test3.jpg"]]).launch()
|
71 |
|
test2.jpg
ADDED
test3.jpg
ADDED