suriya7 commited on
Commit
6f5de59
·
verified ·
1 Parent(s): 40f05d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)