MarcusAGray commited on
Commit
bc8bfa0
1 Parent(s): 1e83fb4

adjusted launch function paramter

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ image = gr.inputs.Image(shape=(192, 192))
15
  label = gr.outputs.Label()
16
 
17
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
18
- intf.launch(share=True)
 
15
  label = gr.outputs.Label()
16
 
17
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
18
+ intf.launch(inline=False)