Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,6 +39,6 @@ label_component = gr.Label(label="Classification result", num_top_classes=3)
|
|
| 39 |
|
| 40 |
title = "Painting Classifier 🐣"
|
| 41 |
|
| 42 |
-
demo = gr.Interface(fn=classify_bird, inputs=image_component, outputs=label_component,
|
| 43 |
|
| 44 |
demo.launch()
|
|
|
|
| 39 |
|
| 40 |
title = "Painting Classifier 🐣"
|
| 41 |
|
| 42 |
+
demo = gr.Interface(fn=classify_bird, inputs=image_component, outputs=label_component, title=title)
|
| 43 |
|
| 44 |
demo.launch()
|