NataLobster commited on
Commit
44653c9
·
verified ·
1 Parent(s): 4aa8a29

Update app.py

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