mohitgargai commited on
Commit
9243acc
·
1 Parent(s): a07a031
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(inline=False)
 
14
  label = gr.outputs.Label()
15
 
16
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
17
+ intf.launch(inline=False, share=True)