Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ def classify_bird(img):
|
|
| 35 |
|
| 36 |
image_component = gr.Image(type="pil", label="Bird Image")
|
| 37 |
label_component = gr.Label(label="Classification result", num_top_classes=3)
|
| 38 |
-
|
| 39 |
|
| 40 |
title = "Painting Classifier 🐣"
|
| 41 |
|
|
|
|
| 35 |
|
| 36 |
image_component = gr.Image(type="pil", label="Bird Image")
|
| 37 |
label_component = gr.Label(label="Classification result", num_top_classes=3)
|
| 38 |
+
|
| 39 |
|
| 40 |
title = "Painting Classifier 🐣"
|
| 41 |
|