Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -17,5 +17,5 @@ def image_classifier(inp):
|
|
17 |
|
18 |
|
19 |
|
20 |
-
demo = gr.Interface(fn=image_classifier, inputs='image',outputs=gr.Label(num_top_classes=5))
|
21 |
demo.launch(debug=True,share=True)
|
|
|
17 |
|
18 |
|
19 |
|
20 |
+
demo = gr.Interface(fn=image_classifier, inputs='image',outputs=gr.Label(num_top_classes=5),title='Indian Bird Classification')
|
21 |
demo.launch(debug=True,share=True)
|