From acbd9ff2c91182d96c57ffb57bee6e9b3fcbcbd4 Mon Sep 17 00:00:00 2001 From: historia Date: Wed, 26 Aug 2026 01:43:41 -0400 Subject: refactor: split tts.py into per-backend packages --- app/ui/hub.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/ui/hub.py') diff --git a/app/ui/hub.py b/app/ui/hub.py index 1adb54e..5f29ed1 100644 --- a/app/ui/hub.py +++ b/app/ui/hub.py @@ -50,7 +50,7 @@ from converter.converter import ( LOGS_FOLDER, voice_mode_for, ) -from converter.tts import ( +from converter.clients import ( AUDIOCPP_VOICE_CLONE, AUDIOCPP_VOICE_DESIGN, AUDIOCPP_VOICE_SPEAKER, -- cgit v1.2.3