mirror of
https://github.com/AIGC-Audio/AudioGPT.git
synced 2026-09-01 19:51:00 +02:00
update
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user