jyothsnasmohan commited on
Commit
79b0ff9
·
verified ·
1 Parent(s): d40d646

Update appli.py

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