bosluc01 commited on
Commit
c89fa80
·
verified ·
1 Parent(s): 75c67ab

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ interface = gr.Interface(
28
  fn=predict_regression,
29
  inputs=input_image,
30
  outputs=gr.Label(),
31
- examples=["clefair.jpg", "diglett.jpg", "mewtwo.jpg"],
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()