mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-04-04 03:38:58 +08:00
Quite true
This commit is contained in:
parent
0de7a6283b
commit
1db54518ff
@ -20,11 +20,14 @@ def build_standalone_ui():
|
||||
if __name__ == "__main__":
|
||||
app = build_merged_ui()
|
||||
if config.iscolab:
|
||||
app.queue().launch(share=True)
|
||||
app.queue().launch(
|
||||
share=True,
|
||||
quiet=True
|
||||
)
|
||||
else:
|
||||
app.queue().launch(
|
||||
server_name="localhost",
|
||||
inbrowser=not config.noautoopen,
|
||||
server_port=config.listen_port,
|
||||
quiet=True,
|
||||
quiet=True
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user