mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-07 15:33:29 +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)
|
||||
if self.configs is not None:
|
||||
configs["custom"] = self.update_configs()
|
||||
configs["version"] = self.version
|
||||
|
||||
if configs_path is None:
|
||||
configs_path = self.configs_path
|
||||
|
Loading…
x
Reference in New Issue
Block a user