PaulNdrei commited on
Commit
3abc98e
·
1 Parent(s): 69f374c

Add server name and port bind

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,4 +101,4 @@ with gr.Blocks(**AinaGradioTheme().get_kwargs()) as app:
101
  submit_btn.click(fn=submit_input, inputs=[input_, dialect], outputs=output)
102
 
103
  app.queue(concurrency_count=2, api_open=False)
104
- app.launch(show_api=False)
 
101
  submit_btn.click(fn=submit_input, inputs=[input_, dialect], outputs=output)
102
 
103
  app.queue(concurrency_count=2, api_open=False)
104
+ app.launch(show_api=False, server_name="0.0.0.0", server_port=7860)