Xinonria commited on
Commit
935432b
·
verified ·
1 Parent(s): 220f037

set default port

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -385,7 +385,7 @@ with gr.Blocks(title="Rubii TTS", theme=gr.themes.Soft()) as demo:
385
 
386
  if __name__ == '__main__':
387
  demo.queue(default_concurrency_limit=8).launch(
388
- server_name="0.0.0.0",
389
- server_port=80,
390
  show_api=False
391
  )
 
385
 
386
  if __name__ == '__main__':
387
  demo.queue(default_concurrency_limit=8).launch(
388
+ # server_name="0.0.0.0",
389
+ # server_port=80,
390
  show_api=False
391
  )