Philipp Luniak commited on
Commit
d1a4d76
·
verified ·
1 Parent(s): 6176c35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,4 +13,4 @@ iface = gr.Interface(launch,
13
  inputs=gr.Image(type='pil'),
14
  outputs="text")
15
 
16
- iface.launch(share=True)
 
13
  inputs=gr.Image(type='pil'),
14
  outputs="text")
15
 
16
+ iface.launch()