mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 07:14:52 +08:00
merge
This commit is contained in:
parent
de4af0f429
commit
8e08869b89
5
webui.py
5
webui.py
@ -772,14 +772,11 @@ def check_for_exists(file_list=None,is_train=False,is_dataset_processing=False):
|
|||||||
else:
|
else:
|
||||||
gr.Warning(i18n('以下文件或文件夹不存在:'))
|
gr.Warning(i18n('以下文件或文件夹不存在:'))
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
cmd = '"%s" GPT_SoVITS/g2pw_download'%python_exec
|
cmd = '"%s" GPT_SoVITS/g2pw_download'%python_exec
|
||||||
print(cmd)
|
print(cmd)
|
||||||
p = Popen(cmd, shell=True)
|
p = Popen(cmd, shell=True)
|
||||||
p.wait()
|
p.wait()
|
||||||
|
|
||||||
=======
|
|
||||||
>>>>>>> upstream/main
|
|
||||||
with gr.Blocks(title="GPT-SoVITS WebUI") as app:
|
with gr.Blocks(title="GPT-SoVITS WebUI") as app:
|
||||||
gr.Markdown(
|
gr.Markdown(
|
||||||
value=
|
value=
|
||||||
@ -1015,4 +1012,4 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app:
|
|||||||
share=is_share,
|
share=is_share,
|
||||||
server_port=webui_port_main,
|
server_port=webui_port_main,
|
||||||
quiet=True,
|
quiet=True,
|
||||||
)
|
)
|
Loading…
x
Reference in New Issue
Block a user