Ayaz Akkaş commited on
Commit
cbb0852
1 Parent(s): 101ee96
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(inline=False)
 
15
  label = gr.outputs.Label()
16
 
17
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label)
18
+ intf.launch()