san94 commited on
Commit
6071fc8
·
1 Parent(s): 2f12f05

Changed the parameters of launch

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ images = gr.inputs.Image(shape=(192,192))
14
  label = gr.outputs.Label(num_top_classes=4)
15
  examples = ['airplane.jpg','helicopter.jpg','missile.jpg','rocketship.jpg']
16
  intr = gr.Interface(fn = classify_image,inputs=images,outputs=label,examples=examples)
17
- intr.launch(inline=False,share= True)
 
14
  label = gr.outputs.Label(num_top_classes=4)
15
  examples = ['airplane.jpg','helicopter.jpg','missile.jpg','rocketship.jpg']
16
  intr = gr.Interface(fn = classify_image,inputs=images,outputs=label,examples=examples)
17
+ intr.launch(inline=False)