Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ image = gr.Image()
|
|
24 |
label = gr.Label()
|
25 |
|
26 |
# Upload your own images and link them
|
27 |
-
examples = ['basset.jpg']
|
28 |
|
29 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
30 |
intf.launch()
|
|
|
24 |
label = gr.Label()
|
25 |
|
26 |
# Upload your own images and link them
|
27 |
+
examples = ['basset.jpg, cat01.jpeg']
|
28 |
|
29 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
30 |
intf.launch()
|