From 647a4d358a466d994536b43792fb7de4673460c4 Mon Sep 17 00:00:00 2001 From: XTer Date: Mon, 11 Mar 2024 16:22:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=BA=86=E5=8D=8A=E7=B2=BE?= =?UTF-8?q?=E5=BA=A6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GPT_SoVITS/TTS_infer_pack/TTS.py | 2 +- Inference | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GPT_SoVITS/TTS_infer_pack/TTS.py b/GPT_SoVITS/TTS_infer_pack/TTS.py index bace853e..0bf5f72b 100644 --- a/GPT_SoVITS/TTS_infer_pack/TTS.py +++ b/GPT_SoVITS/TTS_infer_pack/TTS.py @@ -90,7 +90,7 @@ class TTS_Config: self.n_speakers:int = 300 self.langauges:list = ["auto", "en", "zh", "ja", "all_zh", "all_ja"] - print(self) + # print(self) def _load_configs(self, configs_path: str)->dict: with open(configs_path, 'r') as f: diff --git a/Inference b/Inference index b4297f35..2b974ad5 160000 --- a/Inference +++ b/Inference @@ -1 +1 @@ -Subproject commit b4297f3597b515e40bd7a45a7582bc2330408a59 +Subproject commit 2b974ad5cf9ce20114920713bee48837f6481507