dylanywang commited on
Commit
1fbfc82
1 Parent(s): 2d82573

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()
 
13
  inputs=gr.Image(type='pil'),
14
  outputs="text")
15
 
16
+ iface.launch(share=True)