Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -233,7 +233,7 @@ app = gr.Interface(
|
|
| 233 |
outputs=gr.Label(num_top_classes=5, label="Predicted Species"),
|
| 234 |
title="🐦 Bird Species Classifier (ViT)",
|
| 235 |
description="Upload an image of a bird and the ViT model will classify its species.",
|
| 236 |
-
examples=[
|
| 237 |
"frame_000131.jpg",
|
| 238 |
"frame_000181.jpg",
|
| 239 |
"frame_000211.jpg",
|
|
|
|
| 233 |
outputs=gr.Label(num_top_classes=5, label="Predicted Species"),
|
| 234 |
title="🐦 Bird Species Classifier (ViT)",
|
| 235 |
description="Upload an image of a bird and the ViT model will classify its species.",
|
| 236 |
+
examples=[
|
| 237 |
"frame_000131.jpg",
|
| 238 |
"frame_000181.jpg",
|
| 239 |
"frame_000211.jpg",
|