Spaces:
Running
Running
marianna13
commited on
Commit
•
50b5946
1
Parent(s):
c03f161
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,20 @@ iface = gr.Interface(fn=predict,
|
|
37 |
outputs=gr.Image(),
|
38 |
allow_flagging="never",
|
39 |
title=title,
|
40 |
-
description=description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
)
|
42 |
|
43 |
if __name__ == "__main__":
|
|
|
37 |
outputs=gr.Image(),
|
38 |
allow_flagging="never",
|
39 |
title=title,
|
40 |
+
description=description,
|
41 |
+
examples=[[
|
42 |
+
[
|
43 |
+
'irises.jpg',
|
44 |
+
'roses.jpg',
|
45 |
+
'sunflower.jpg',
|
46 |
+
'violets.jpg',
|
47 |
+
'chamomile.jpg',
|
48 |
+
'tulips.jpg',
|
49 |
+
'Alstroemeria.jpg',
|
50 |
+
'Carnation.jpg',
|
51 |
+
'Orchid.jpg',
|
52 |
+
'Peony.jpg'
|
53 |
+
], 0.01]]
|
54 |
)
|
55 |
|
56 |
if __name__ == "__main__":
|