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
967f520977
commit
5cdbb3b8c3
2
webui.py
2
webui.py
@ -774,7 +774,7 @@ def check_for_exists(file_list=None,is_train=False,is_dataset_processing=False):
|
|||||||
|
|
||||||
if os.path.exists('GPT_SoVITS/text/G2PWModel'):...
|
if os.path.exists('GPT_SoVITS/text/G2PWModel'):...
|
||||||
else:
|
else:
|
||||||
cmd = '"%s" GPT_SoVITS/g2pw_download'%python_exec
|
cmd = '"%s" GPT_SoVITS/g2pw_download.py'%python_exec
|
||||||
print(cmd)
|
print(cmd)
|
||||||
p = Popen(cmd, shell=True)
|
p = Popen(cmd, shell=True)
|
||||||
p.wait()
|
p.wait()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user