Skip to content

Commit

Permalink
Merge pull request RVC-Boss#66 from D3lik/main
Browse files Browse the repository at this point in the history
Enable share to make colab notebook creation easier
  • Loading branch information
RVC-Boss authored Jan 19, 2024
2 parents 1afdb42 + 6dcaf26 commit 6a36360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ def close1abc():
app.queue(concurrency_count=511, max_size=1022).launch(
server_name="0.0.0.0",
inbrowser=True,
share=True,
server_port=webui_port_main,
quiet=True,
)

0 comments on commit 6a36360

Please sign in to comment.