Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ interface = gr.Interface(
|
|
30 |
inputs=gr.Image(type="pil"),
|
31 |
outputs="text",
|
32 |
title="CIFAR-10 Image Classifier",
|
33 |
-
description="Upload an image of a CIFAR-10 category (
|
34 |
)
|
35 |
|
36 |
# Launch the app
|
|
|
30 |
inputs=gr.Image(type="pil"),
|
31 |
outputs="text",
|
32 |
title="CIFAR-10 Image Classifier",
|
33 |
+
description="Upload an image of a CIFAR-10 category (airplane, automobile, bird, cat, deer, dog, frog, horse, ship, truck), and the model will classify it."
|
34 |
)
|
35 |
|
36 |
# Launch the app
|