This commit is contained in:
PeppaPiggeee
2023-04-01 15:32:36 +08:00
parent a23e0f32e9
commit 3be5167ecb

View File

@@ -271,7 +271,6 @@ class TTS:
self.hp = hp
def inference(self, text):
global temp_audio_filename
self.set_model_hparams()
inp = {"text": text}
out = self.inferencer.infer_once(inp)