invokerx commited on
Commit
0d296b1
·
verified ·
1 Parent(s): 9699de0

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -464,7 +464,7 @@ if __name__ == "__main__":
464
  demo.launch(
465
  server_name="0.0.0.0",
466
  server_port=7860,
467
- share=False,
468
  css=custom_css,
469
  theme=gr.themes.Soft(),
470
  )
 
464
  demo.launch(
465
  server_name="0.0.0.0",
466
  server_port=7860,
467
+ share=True,
468
  css=custom_css,
469
  theme=gr.themes.Soft(),
470
  )