RishShastry commited on
Commit
04208ab
1 Parent(s): a2055dc

Another Update

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,4 +40,4 @@ label = gr.outputs.Label()
40
  examples = ['bigben.jpeg','pyramid.jpeg','robiehouse.jpeg']
41
 
42
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
43
- intf.launch(inline=False, share=True)
 
40
  examples = ['bigben.jpeg','pyramid.jpeg','robiehouse.jpeg']
41
 
42
  intf = gr.Interface(fn=classify_image, inputs=image, outputs=label, examples=examples)
43
+ intf.launch(inline=False)