SmokingBrisket321 commited on
Commit
cc77c93
1 Parent(s): 5166d2f

adding title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,5 +23,5 @@ image = gr.inputs.Image(shape=(192, 192))
23
  label = gr.outputs.Label()
24
  examples = ['rocky.png', 'rambo.png']
25
 
26
- intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
27
  intf.launch(inline=False)
 
23
  label = gr.outputs.Label()
24
  examples = ['rocky.png', 'rambo.png']
25
 
26
+ intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples, title="Is it Rocky, or is it Rambo?")
27
  intf.launch(inline=False)