satish860 commited on
Commit
92e4406
1 Parent(s): 2a285ed

Inline error

Browse files
Files changed (2) hide show
  1. .ipynb_checkpoints/app-checkpoint.py +1 -1
  2. app.py +1 -1
.ipynb_checkpoints/app-checkpoint.py CHANGED
@@ -14,4 +14,4 @@ demo = gr.Interface(fn=predict,
14
  inputs=gr.inputs.Image(shape=(224, 224)),
15
  outputs= gr.outputs.Label()
16
  )
17
- demo.launch(inline=false)
 
14
  inputs=gr.inputs.Image(shape=(224, 224)),
15
  outputs= gr.outputs.Label()
16
  )
17
+ demo.launch(inline=False)
app.py CHANGED
@@ -14,4 +14,4 @@ demo = gr.Interface(fn=predict,
14
  inputs=gr.inputs.Image(shape=(224, 224)),
15
  outputs= gr.outputs.Label()
16
  )
17
- demo.launch(inline=false)
 
14
  inputs=gr.inputs.Image(shape=(224, 224)),
15
  outputs= gr.outputs.Label()
16
  )
17
+ demo.launch(inline=False)