Spaces:
Running
Running
marianna13
commited on
Commit
•
c251469
1
Parent(s):
7e7078f
Update app.py
Browse files
app.py
CHANGED
@@ -39,16 +39,16 @@ iface = gr.Interface(fn=predict,
|
|
39 |
description=description,
|
40 |
examples=[[
|
41 |
[
|
42 |
-
'
|
43 |
-
'
|
44 |
-
'
|
45 |
-
'
|
46 |
-
'
|
47 |
-
'
|
48 |
-
'
|
49 |
-
'
|
50 |
-
'
|
51 |
-
'
|
52 |
], 0.01]]
|
53 |
)
|
54 |
|
|
|
39 |
description=description,
|
40 |
examples=[[
|
41 |
[
|
42 |
+
'irises.jpg',
|
43 |
+
'roses.jpg',
|
44 |
+
'sunflower.jpg',
|
45 |
+
'violets.jpg',
|
46 |
+
'chamomile.jpg',
|
47 |
+
'tulips.jpg',
|
48 |
+
'Alstroemeria.jpg',
|
49 |
+
'Carnation.jpg',
|
50 |
+
'Orchid.jpg',
|
51 |
+
'Peony.jpg'
|
52 |
], 0.01]]
|
53 |
)
|
54 |
|