mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-08 16:00:01 +08:00
...
This commit is contained in:
parent
8e08869b89
commit
ca11969eb3
2
webui.py
2
webui.py
@ -772,6 +772,8 @@ def check_for_exists(file_list=None,is_train=False,is_dataset_processing=False):
|
|||||||
else:
|
else:
|
||||||
gr.Warning(i18n('以下文件或文件夹不存在:'))
|
gr.Warning(i18n('以下文件或文件夹不存在:'))
|
||||||
|
|
||||||
|
if os.path.exists('GPT_SoVITS/text/G2PWModel'):...
|
||||||
|
else:
|
||||||
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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user