Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|