Manthanx commited on
Commit
ab8d006
·
1 Parent(s): 5bac25e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ def predict(img):
14
 
15
  image = gr.inputs.Image(shape=(192, 192))
16
  label = gr.outputs.Label(num_top_classes=3)
17
- gr.Interface(fn=predict, inputs=image, outputs=label).launch(share=True)
 
14
 
15
  image = gr.inputs.Image(shape=(192, 192))
16
  label = gr.outputs.Label(num_top_classes=3)
17
+ gr.Interface(fn=predict, inputs=image, outputs=label).launch(inline=False)