LM77 commited on
Commit
c5b6365
·
verified ·
1 Parent(s): b81f143

Update app.py

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