dpaliwa commited on
Commit
f4c349e
·
1 Parent(s): f7e90b1

New category added

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()
 
24
  examples = ['human_weapon1.jpg','weapon22.jpg']
25
 
26
  intf = gr.Interface(fn = classify_image,inputs = image,outputs=label,examples=examples)
27
+ intf.launch(share = True)