MarcusAGray commited on
Commit
ecf2091
·
1 Parent(s): dcb10ff

adjusted lanch function

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()
 
13
  label = gr.outputs.Label()
14
 
15
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
16
+ intf.launch(inline=False)