mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-10 18:19:52 +08:00
Update TTS.py: +configs["version"] = self.version
This commit is contained in:
parent
74e79ae6d6
commit
a4323233c6
@ -364,6 +364,7 @@ class TTS_Config:
|
|||||||
configs = deepcopy(self.default_configs)
|
configs = deepcopy(self.default_configs)
|
||||||
if self.configs is not None:
|
if self.configs is not None:
|
||||||
configs["custom"] = self.update_configs()
|
configs["custom"] = self.update_configs()
|
||||||
|
configs["version"] = self.version
|
||||||
|
|
||||||
if configs_path is None:
|
if configs_path is None:
|
||||||
configs_path = self.configs_path
|
configs_path = self.configs_path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user