Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ iface = gr.Interface(
|
|
32 |
inputs=gr.File(label="Upload File"),
|
33 |
outputs=["image", "text"],
|
34 |
title="Pokemon Classifier",
|
35 |
-
description="Upload a picture of a Pokemon (Ditto, Abra or Grengar) to see its type and confidence level.
|
36 |
)
|
37 |
|
38 |
# Launch the interface
|
|
|
32 |
inputs=gr.File(label="Upload File"),
|
33 |
outputs=["image", "text"],
|
34 |
title="Pokemon Classifier",
|
35 |
+
description="Upload a picture of a Pokemon (Ditto, Abra or Grengar) to see its type and confidence level."
|
36 |
)
|
37 |
|
38 |
# Launch the interface
|