bauckluc commited on
Commit
222ed32
·
verified ·
1 Parent(s): fbdd6aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/vaperon.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)
 
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)