niloycste68 commited on
Commit
a0d07e0
1 Parent(s): 60d0dad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,4 +46,4 @@ examples = [
46
  ]
47
 
48
  iface = gr.Interface(fn=recognize_image, inputs=image_input, outputs=label_output, examples=examples)
49
- iface.launch(inline =False, share = True)
 
46
  ]
47
 
48
  iface = gr.Interface(fn=recognize_image, inputs=image_input, outputs=label_output, examples=examples)
49
+ iface.launch(inline =False, share = False)