LittleWing commited on
Commit
854e1f1
1 Parent(s): 841d520

removed share=True from launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ image = gr.inputs.Image(shape=(192,192))
14
  label = gr.outputs.Label()
15
 
16
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
17
- intf.launch(share=True)
14
  label = gr.outputs.Label()
15
 
16
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
17
+ intf.launch()