Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,6 +29,6 @@ output_text = gr.Textbox(label="Predicted Pokemon")
|
|
29 |
interface = gr.Interface(fn=predict_regression,
|
30 |
inputs=input_image,
|
31 |
outputs=gr.Label(),
|
32 |
-
examples=["images/porygon.
|
33 |
description="A simple mlp classification model for pokemon classification.")
|
34 |
interface.launch()
|
|
|
29 |
interface = gr.Interface(fn=predict_regression,
|
30 |
inputs=input_image,
|
31 |
outputs=gr.Label(),
|
32 |
+
examples=["images/porygon.png", "images/seel.jpg", "images/vaporeon.png"],
|
33 |
description="A simple mlp classification model for pokemon classification.")
|
34 |
interface.launch()
|