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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ 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, share=True)
 
15
  examples = ['bee.jpg', 'wasp.jpg']
16
 
17
  intf = gr.Interface(fn=predict,inputs=image,outputs=label, examples=examples)
18
+ intf.launch(inline=False)