Spaces:
Runtime error
Runtime error
Ignahugging
commited on
Commit
·
5988d6c
1
Parent(s):
4472371
Update app.py
Browse files
app.py
CHANGED
@@ -14,6 +14,8 @@ def classifier(image):
|
|
14 |
|
15 |
interface = gr.Interface(classifier,gr.inputs.Image(shape=(180,180)),outputs = "text",
|
16 |
description="Classifier of images of daisy plants, dandelion, roses, sunflowers, and tulips",
|
17 |
-
title="Flower Image Classifier"
|
|
|
|
|
18 |
interface.launch()
|
19 |
|
|
|
14 |
|
15 |
interface = gr.Interface(classifier,gr.inputs.Image(shape=(180,180)),outputs = "text",
|
16 |
description="Classifier of images of daisy plants, dandelion, roses, sunflowers, and tulips",
|
17 |
+
title="Flower Image Classifier",
|
18 |
+
examples=[['1022552036_67d33d5bd8_n.jpg'],['142218310_d06005030a_n.jpg'],
|
19 |
+
['2077865117_9ed85191ae_n.jpg'],['3500121696_5b6a69effb_n.jpg'],['4675287055_5938ed62c4.jpg']])
|
20 |
interface.launch()
|
21 |
|