nhosseini commited on
Commit
29891e8
·
verified ·
1 Parent(s): aa1f2aa

set share=True

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -4,4 +4,4 @@ from app import main_interface
4
  demo = main_interface()
5
 
6
  if __name__ == "__main__":
7
- demo.launch()
 
4
  demo = main_interface()
5
 
6
  if __name__ == "__main__":
7
+ demo.launch(share=True)