andrewwwwwwww commited on
Commit
5120f43
·
verified ·
1 Parent(s): 9fb512f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,4 +24,4 @@ iface = gr.Interface(
24
  outputs=gr.Json()
25
  )
26
 
27
- iface.launch()
 
24
  outputs=gr.Json()
25
  )
26
 
27
+ iface.launch(share=True)