Spaces:
Sleeping
Sleeping
adding more example flowers
Browse files- app.py +4 -1
- daisy-varieties.jpg +3 -0
- dandelion.jpg +3 -0
- top-25-most-beautiful-daisy-flowers.jpg +3 -0
app.py
CHANGED
@@ -19,12 +19,15 @@ examples = [
|
|
19 |
'common-dandelion-seeds-medical-herb-taraxacum-officinale.jpg',
|
20 |
'dandelion-seedhead.jpg',
|
21 |
'how-to-draw-sunflower.jpg',
|
|
|
22 |
'sunflower.jpg',
|
23 |
'sunflower1.jpg',
|
24 |
'tulip-drawing.jpg',
|
25 |
'broken-tulip-flower.jpg',
|
26 |
'rose01.jpg',
|
27 |
-
'rose02-blue.jpg'
|
|
|
|
|
28 |
]
|
29 |
|
30 |
iface = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
|
|
19 |
'common-dandelion-seeds-medical-herb-taraxacum-officinale.jpg',
|
20 |
'dandelion-seedhead.jpg',
|
21 |
'how-to-draw-sunflower.jpg',
|
22 |
+
'dandelion.jpg',
|
23 |
'sunflower.jpg',
|
24 |
'sunflower1.jpg',
|
25 |
'tulip-drawing.jpg',
|
26 |
'broken-tulip-flower.jpg',
|
27 |
'rose01.jpg',
|
28 |
+
'rose02-blue.jpg',
|
29 |
+
'top-25-most-beautiful-daisy-flowers.jpg',
|
30 |
+
'daisy-varieties.jpg'
|
31 |
]
|
32 |
|
33 |
iface = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
daisy-varieties.jpg
ADDED
![]() |
Git LFS Details
|
dandelion.jpg
ADDED
![]() |
Git LFS Details
|
top-25-most-beautiful-daisy-flowers.jpg
ADDED
![]() |
Git LFS Details
|