MarcusAGray commited on
Commit
e6998f6
·
1 Parent(s): 1665b30

adjusted launch parameter

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