mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-09-01 03:55:53 +08:00
Disable Gradio API
This commit is contained in:
parent
89438d6001
commit
6b63929809
@ -1337,5 +1337,6 @@ if __name__ == "__main__":
|
||||
inbrowser=True,
|
||||
share=is_share,
|
||||
server_port=infer_ttswebui,
|
||||
show_api=False,
|
||||
# quiet=True,
|
||||
)
|
||||
|
@ -505,5 +505,6 @@ if __name__ == "__main__":
|
||||
inbrowser=True,
|
||||
share=is_share,
|
||||
server_port=infer_ttswebui,
|
||||
show_api=False,
|
||||
# quiet=True,
|
||||
)
|
||||
|
@ -536,6 +536,7 @@ def main(list_path: str = "", i18n_lang="Auto", port=9871, share=False):
|
||||
share=share,
|
||||
server_port=port,
|
||||
quiet=False,
|
||||
show_api=False,
|
||||
)
|
||||
|
||||
|
||||
|
@ -220,5 +220,6 @@ app.queue().launch( # concurrency_count=511, max_size=1022
|
||||
inbrowser=True,
|
||||
share=is_share,
|
||||
server_port=webui_port_uvr5,
|
||||
show_api=False,
|
||||
# quiet=True,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user