neopolita commited on
Commit
0a489ef
1 Parent(s): 853b0b0
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(inline=False)
 
13
  label = gr.outputs.Label()
14
 
15
  iface = gr.Interface(fn=classify_image, inputs=image, outputs=label)
16
+ iface.launch(inline=False, share=True)