qiaozhiling commited on
Commit
ff682a0
·
verified ·
1 Parent(s): efe4ba4

Update gui.py

Browse files
Files changed (1) hide show
  1. gui.py +1 -1
gui.py CHANGED
@@ -92,4 +92,4 @@ iface = gr.Interface(
92
  description=desc
93
  )
94
 
95
- iface.launch()
 
92
  description=desc
93
  )
94
 
95
+ iface.launch(share=True)