michaelthwan commited on
Commit
44ab35c
·
1 Parent(s): e636691
Files changed (1) hide show
  1. main.py +1 -4
main.py CHANGED
@@ -22,7 +22,4 @@ if __name__ == '__main__':
22
  port = config["gradio"]["port"]
23
  opentab_with_delay(port)
24
  demo = GradioUIService.get_gradio_ui()
25
- demo.queue(concurrency_count=config['gradio']['concurrent']).launch(
26
- server_name="0.0.0.0", server_port=port,
27
- share=True
28
- )
 
22
  port = config["gradio"]["port"]
23
  opentab_with_delay(port)
24
  demo = GradioUIService.get_gradio_ui()
25
+ demo.queue(concurrency_count=config['gradio']['concurrent']).launch()