BrunoHenrique00 commited on
Commit
2645bc9
·
1 Parent(s): fa37db9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,4 +15,4 @@ gr.Interface(
15
  inputs=gr.inputs.Image(shape=(512, 512)),
16
  outputs=gr.outputs.Label(num_top_classes=2),
17
  title="Is this a Volkswagen?",
18
- ).launch(share=True)
 
15
  inputs=gr.inputs.Image(shape=(512, 512)),
16
  outputs=gr.outputs.Label(num_top_classes=2),
17
  title="Is this a Volkswagen?",
18
+ ).launch(inline=False)