Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,8 @@ iface = gr.Interface(
|
|
8 |
inputs = gr.Image(type="pil", label="Upload Image"),
|
9 |
outputs = gr.Textbox(),
|
10 |
live = True,
|
11 |
-
examples =
|
|
|
12 |
)
|
13 |
|
14 |
iface.launch()
|
|
|
8 |
inputs = gr.Image(type="pil", label="Upload Image"),
|
9 |
outputs = gr.Textbox(),
|
10 |
live = True,
|
11 |
+
examples = images
|
12 |
+
title = "Flower Classifier"
|
13 |
)
|
14 |
|
15 |
iface.launch()
|