mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-04-05 04:08: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__":
|
if __name__ == "__main__":
|
||||||
app = build_merged_ui()
|
app = build_merged_ui()
|
||||||
if config.iscolab:
|
if config.iscolab:
|
||||||
app.queue().launch(share=True)
|
app.queue().launch(
|
||||||
|
share=True,
|
||||||
|
quiet=True
|
||||||
|
)
|
||||||
else:
|
else:
|
||||||
app.queue().launch(
|
app.queue().launch(
|
||||||
server_name="localhost",
|
server_name="localhost",
|
||||||
inbrowser=not config.noautoopen,
|
inbrowser=not config.noautoopen,
|
||||||
server_port=config.listen_port,
|
server_port=config.listen_port,
|
||||||
quiet=True,
|
quiet=True
|
||||||
)
|
)
|
Loading…
x
Reference in New Issue
Block a user