zachfster commited on
Commit
67cd49a
·
1 Parent(s): 6f21b05
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,4 +16,4 @@ image = gr.inputs.Image(shape=(192,192))
16
  label = gr.outputs.Label()
17
 
18
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
19
- intf.launch(inline=False, share=True)
 
16
  label = gr.outputs.Label()
17
 
18
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
19
+ intf.launch(inline=False)