From 194fbb4f10c448d63ec0c56274d756085c8e2d13 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 31 Jan 2024 16:53:12 +0800 Subject: [PATCH] bugfix --- coquitts/coqui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coquitts/coqui.py b/coquitts/coqui.py index 78b7c60..b096412 100644 --- a/coquitts/coqui.py +++ b/coquitts/coqui.py @@ -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(