bauckluc commited on
Commit
bec246f
·
verified ·
1 Parent(s): c57e03a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.jpeg", "images/seel.jpeg", "images/vaporeon.jpeg"],
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()