neopolita commited on
Commit
8cee1e8
1 Parent(s): ed8c3ea
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,4 +13,4 @@ image = gr.inputs.Image(shape=(224, 224))
13
  label = gr.outputs.Label()
14
 
15
  iface = gr.Interface(fn=classify_image, inputs=image, outputs=label)
16
- iface.launch(share=True)
 
13
  label = gr.outputs.Label()
14
 
15
  iface = gr.Interface(fn=classify_image, inputs=image, outputs=label)
16
+ iface.launch()