shuraimi commited on
Commit
5a39f01
·
verified ·
1 Parent(s): 201bc13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,5 +17,5 @@ def classify_image(img):
17
  examples=['grizzly_bear1.jpg','grizzly_bear2.jpg','black+bear1.jpg','black_bear2.jpg','teddy1.jpg','teddy1.jpg']
18
 
19
  # creating the interface
20
- intf=gr.Interface(fn=classify_image,inputs="image",outputs="label",examples=examples)
21
  intf.launch(inline=False)
 
17
  examples=['grizzly_bear1.jpg','grizzly_bear2.jpg','black+bear1.jpg','black_bear2.jpg','teddy1.jpg','teddy1.jpg']
18
 
19
  # creating the interface
20
+ intf=gr.Interface(fn=classify_image,inputs="image",outputs="label",examples=examples,title='Bear Classifier')
21
  intf.launch(inline=False)