henrydz commited on
Commit
03e442c
·
1 Parent(s): 26aa159

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,4 +37,4 @@ label = gr.outputs.Label()
37
  examples = ['test.jpg', 'test1.jpg','test2.jpg','test3.jpg','test4.jpg','test5.jpg']
38
 
39
  intf = gr.Interface(fn=tensor2labels, inputs=image, outputs=label, examples=examples)
40
- intf.launch(share=True)
 
37
  examples = ['test.jpg', 'test1.jpg','test2.jpg','test3.jpg','test4.jpg','test5.jpg']
38
 
39
  intf = gr.Interface(fn=tensor2labels, inputs=image, outputs=label, examples=examples)
40
+ intf.launch()