Jatayoo commited on
Commit
a171dc3
1 Parent(s): 39f8262

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,5 +14,5 @@ image = gr.inputs.Image(shape=(192,192))
14
  label = gr.outputs.Label()
15
  examples = ['bee.jpg', 'wasp.jpg']
16
 
17
- intf = gr.Interface(fn=predict,inputs=image,outputs=label, examples=examples)
18
  intf.launch(inline=False)
 
14
  label = gr.outputs.Label()
15
  examples = ['bee.jpg', 'wasp.jpg']
16
 
17
+ intf = gr.Interface(fn=predict,inputs=image,outputs=label, examples=examples, title=title)
18
  intf.launch(inline=False)