Spaces:
Sleeping
Sleeping
[email protected]
commited on
Commit
·
e950bad
1
Parent(s):
8dd859b
Added pembroke and cardigan example images
Browse files- app.py +1 -1
- cardigan.jpg +0 -0
- pembroke.jpg +0 -0
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 = ['
|
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 = ['cardigan.jpg', 'pembroke.jpg']
|
28 |
|
29 |
intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
30 |
intf.launch()
|
cardigan.jpg
ADDED
![]() |
pembroke.jpg
ADDED
![]() |