Skip to content

Commit

Permalink
Update inference_webui.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RVC-Boss authored Jan 23, 2024
1 parent 7c7fed1 commit a61a0b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GPT_SoVITS/inference_webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ def get_weights_names():
app.queue(concurrency_count=511, max_size=1022).launch(
server_name="0.0.0.0",
inbrowser=True,
share=is_share,
server_port=infer_ttswebui,
quiet=True,
)

0 comments on commit a61a0b9

Please sign in to comment.