muhaksim commited on
Commit
a7ba975
1 Parent(s): d420d93

removed the sharing public

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ label = gr.Label()
14
  examples = ['kentish_plover.png', 'white-faced_plover.png']
15
 
16
  intf = gr.Interface(fn=classify_images, inputs=image, outputs=label, examples=examples)
17
- intf.launch(share=True)
 
14
  examples = ['kentish_plover.png', 'white-faced_plover.png']
15
 
16
  intf = gr.Interface(fn=classify_images, inputs=image, outputs=label, examples=examples)
17
+ intf.launch()