prakashkota commited on
Commit
587af10
·
verified ·
1 Parent(s): 256bd41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,5 +22,5 @@ iface = gr.Interface(launch,
22
  inputs=gr.Image(type='pil'),
23
  outputs="text")
24
 
25
- iface.launch()
26
 
 
22
  inputs=gr.Image(type='pil'),
23
  outputs="text")
24
 
25
+ iface.launch(share=True)
26