Spaces:
Build error
Build error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -28,7 +28,7 @@ interface = gr.Interface(
|
|
| 28 |
fn=predict_regression,
|
| 29 |
inputs=input_image,
|
| 30 |
outputs=gr.Label(),
|
| 31 |
-
examples=["
|
| 32 |
description="A simple mlp classification model for image classification using the pokemon dataset."
|
| 33 |
)
|
| 34 |
interface.launch()
|
|
|
|
| 28 |
fn=predict_regression,
|
| 29 |
inputs=input_image,
|
| 30 |
outputs=gr.Label(),
|
| 31 |
+
examples=["clefairy.jpg", "diglett.jpg", "mewtwo.jpg"],
|
| 32 |
description="A simple mlp classification model for image classification using the pokemon dataset."
|
| 33 |
)
|
| 34 |
interface.launch()
|