Update app.py
Browse filesupdated description
app.py
CHANGED
|
@@ -67,7 +67,7 @@ demo = gr.Interface(
|
|
| 67 |
inputs=gr.Image(type="pil", label="Upload Image"),
|
| 68 |
outputs=gr.Label(num_top_classes=5, label="Predictions"),
|
| 69 |
title="CIFAR-100 Image Classifier",
|
| 70 |
-
description=f"Upload an image to classify it into one of 100 CIFAR-100 categories. Model:
|
| 71 |
examples=[
|
| 72 |
# Add paths to example images if you have them
|
| 73 |
]
|
|
|
|
| 67 |
inputs=gr.Image(type="pil", label="Upload Image"),
|
| 68 |
outputs=gr.Label(num_top_classes=5, label="Predictions"),
|
| 69 |
title="CIFAR-100 Image Classifier",
|
| 70 |
+
description=f"Upload an image to classify it into one of 100 CIFAR-100 categories. Model: ResNet18 with {74}% accuracy.",
|
| 71 |
examples=[
|
| 72 |
# Add paths to example images if you have them
|
| 73 |
]
|