mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-06 22:50:00 +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:
|
||||
gr.Warning(i18n('以下文件或文件夹不存在:'))
|
||||
|
||||
<<<<<<< HEAD
|
||||
cmd = '"%s" GPT_SoVITS/g2pw_download'%python_exec
|
||||
print(cmd)
|
||||
p = Popen(cmd, shell=True)
|
||||
p.wait()
|
||||
|
||||
=======
|
||||
>>>>>>> upstream/main
|
||||
with gr.Blocks(title="GPT-SoVITS WebUI") as app:
|
||||
gr.Markdown(
|
||||
value=
|
||||
@ -1015,4 +1012,4 @@ with gr.Blocks(title="GPT-SoVITS WebUI") as app:
|
||||
share=is_share,
|
||||
server_port=webui_port_main,
|
||||
quiet=True,
|
||||
)
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user