mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-06-02 14:09:16 +08:00
...
This commit is contained in:
parent
7b0d8cfed4
commit
f0bb274c10
@ -185,6 +185,7 @@ class TTS_Config:
|
|||||||
if os.path.exists(configs_path):
|
if os.path.exists(configs_path):
|
||||||
...
|
...
|
||||||
else:
|
else:
|
||||||
|
print(i18n("路径不存在,使用默认配置"))
|
||||||
self.save_configs(configs_path)
|
self.save_configs(configs_path)
|
||||||
with open(configs_path, 'r') as f:
|
with open(configs_path, 'r') as f:
|
||||||
configs = yaml.load(f, Loader=yaml.FullLoader)
|
configs = yaml.load(f, Loader=yaml.FullLoader)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user