dpaliwa commited on
Commit
76367f9
·
1 Parent(s): 848643d

minor change

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(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)