Chris4K commited on
Commit
0680ecc
·
verified ·
1 Parent(s): 9c86c83

Update gradio_ui.py

Browse files
Files changed (1) hide show
  1. gradio_ui.py +1 -1
gradio_ui.py CHANGED
@@ -23,4 +23,4 @@ iface = gr.Interface(
23
  )
24
 
25
  if __name__ == "__main__":
26
- iface.launch()
 
23
  )
24
 
25
  if __name__ == "__main__":
26
+ iface.launch(share=True, debug=True)