Pranavan Bupathy commited on
Commit
1637603
1 Parent(s): decc851

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ gr.Interface(
12
  inputs=gr.inputs.Image(label="Upload only commercial aircraft image here", type="filepath"),
13
  outputs=gr.outputs.Label(num_top_classes=5),
14
  title="Which Aircraft type is it?",
15
- ).launch()
 
12
  inputs=gr.inputs.Image(label="Upload only commercial aircraft image here", type="filepath"),
13
  outputs=gr.outputs.Label(num_top_classes=5),
14
  title="Which Aircraft type is it?",
15
+ ).launch(inline=False)