fischjos commited on
Commit
e3efc57
1 Parent(s): 04dc9a1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,6 +41,6 @@ interface = gr.Interface(fn=classify_image,
41
  inputs=input_image,
42
  outputs=output_label,
43
  examples=["pokemon/doduo.png", "pokemon/geodude.png", "pokemon/zubat.png"],
44
- description="Upload an image of a Pokémon to classify!")
45
 
46
  interface.launch()
 
41
  inputs=input_image,
42
  outputs=output_label,
43
  examples=["pokemon/doduo.png", "pokemon/geodude.png", "pokemon/zubat.png"],
44
+ description="Upload an image of a Pokémon (Doduo, Geodude or Zubat) to classify!")
45
 
46
  interface.launch()