main
yumoqing 2024-01-31 16:53:12 +08:00
parent 73019d6107
commit 194fbb4f10
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from ahserver.serverenv import ServerEnv
class CoquiTTS:
def __init__(self, model_name):
self.manager = ModelManager()
manager = ModelManager()
model_path, config_path, model_item = manager.download_model(model_name)
print(f'reult={model_path=}, {config_path=}, {model_item=}')
self.synthesizer = Synthesizer(