dpaliwa commited on
Commit
b143d57
·
1 Parent(s): 609e102

minor changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,4 +24,4 @@ label = gr.outputs.Label()
24
  examples = ['human_weapon1.jpg','weapon22.jpg']
25
 
26
  intf = gr.Interface(fn = classify_image,inputs = image,outputs=label,examples=examples)
27
- intf.launch(inline = False,share =True)
 
24
  examples = ['human_weapon1.jpg','weapon22.jpg']
25
 
26
  intf = gr.Interface(fn = classify_image,inputs = image,outputs=label,examples=examples)
27
+ intf.launch(inline = False)