DenysPetro commited on
Commit
0619696
·
1 Parent(s): ac1a5ac

added share=true param

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -554,5 +554,5 @@ iface = gr.Interface(
554
  )
555
 
556
 
557
- iface.launch()
558
 
 
554
  )
555
 
556
 
557
+ iface.launch(share=True)
558