Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ iface = gr.Interface(
|
|
14 |
fn=classify_image,
|
15 |
inputs=gr.Image(shape=(224,224)),
|
16 |
outputs=gr.outputs.Label(),
|
17 |
-
|
18 |
live=True,
|
19 |
enable_queue=True
|
20 |
)
|
|
|
14 |
fn=classify_image,
|
15 |
inputs=gr.Image(shape=(224,224)),
|
16 |
outputs=gr.outputs.Label(),
|
17 |
+
examples=['examples/porcini.jpg', 'examples/amanitamuscaria.jpg'],
|
18 |
live=True,
|
19 |
enable_queue=True
|
20 |
)
|