Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,6 +35,6 @@ iface = gr.Interface(
|
|
| 35 |
fn=predict_pokemon,
|
| 36 |
inputs=input_image,
|
| 37 |
outputs=gr.Label(),
|
| 38 |
-
examples=["images/
|
| 39 |
description="A simple mlp classification model for image classification using the mnist dataset.")
|
| 40 |
iface.launch(share=True)
|
|
|
|
| 35 |
fn=predict_pokemon,
|
| 36 |
inputs=input_image,
|
| 37 |
outputs=gr.Label(),
|
| 38 |
+
examples=["images/vaporeon.png", "images/seel.jpg", "images/porygon.png"],
|
| 39 |
description="A simple mlp classification model for image classification using the mnist dataset.")
|
| 40 |
iface.launch(share=True)
|