SiddharthNagaych commited on
Commit
b748612
·
1 Parent(s): 5079a41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ image =gr.inputs.Image(shape=(192,192))
14
  label=gr.outputs.Label()
15
  example=['dog.jpg']
16
  intf=gr.Interface(fn=classify_image,inputs=image,outputs=label,examples=example)
17
- intf.launch(inline=False)
 
14
  label=gr.outputs.Label()
15
  example=['dog.jpg']
16
  intf=gr.Interface(fn=classify_image,inputs=image,outputs=label,examples=example)
17
+ intf.launch()