dr4g0n7ly commited on
Commit
474cf8b
·
1 Parent(s): f64af43

remove share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,4 +11,4 @@ image = gr.inputs.Image(shape=(400, 400))
11
  label = gr.outputs.Label()
12
 
13
  intf = gr.Interface(fn=classify_img, inputs=image, outputs=label)
14
- intf.launch(inline=False, share=True)
 
11
  label = gr.outputs.Label()
12
 
13
  intf = gr.Interface(fn=classify_img, inputs=image, outputs=label)
14
+ intf.launch(inline=False)