ilancooke commited on
Commit
e87d1ca
1 Parent(s): 7624506

share=False

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,4 +22,4 @@ image = gr.inputs.Image(shape=(192,192))
22
  label = gr.outputs.Label()
23
  examples = ['passport.jpg', 'license.jpg', 'passport_card.jpg']
24
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
25
- intf.launch(inline=False, share=True)
 
22
  label = gr.outputs.Label()
23
  examples = ['passport.jpg', 'license.jpg', 'passport_card.jpg']
24
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
25
+ intf.launch(inline=False)