th1s1s1t commited on
Commit
7ded5b6
·
1 Parent(s): 9ead218

removed share

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ def classify_image(img):
12
  image = gr.inputs.Image(shape=(192, 192))
13
  label = gr.outputs.Label()
14
  iface = gr.Interface(fn=classify_image, inputs=image, outputs=label)
15
- iface.launch(inline=False, share=True)
 
12
  image = gr.inputs.Image(shape=(192, 192))
13
  label = gr.outputs.Label()
14
  iface = gr.Interface(fn=classify_image, inputs=image, outputs=label)
15
+ iface.launch(inline=False)