Spaces:
Sleeping
Sleeping
thomaswarford
commited on
Commit
•
9c1b10d
1
Parent(s):
de04ff2
Add sky.png example image.
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ def classify_image(image):
|
|
11 |
|
12 |
image = gr.Image(shape=(400, 400))
|
13 |
label = gr.outputs.Label()
|
14 |
-
examples = ["contrail.png"]
|
15 |
|
16 |
interface = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
17 |
-
interface.launch(inline=False)
|
|
|
11 |
|
12 |
image = gr.Image(shape=(400, 400))
|
13 |
label = gr.outputs.Label()
|
14 |
+
examples = ["contrail.png", "sky.png"]
|
15 |
|
16 |
interface = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
|
17 |
+
interface.launch(inline=False)
|
sky.png
ADDED