We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d61c214 commit aebd907Copy full SHA for aebd907
src/widgets/voice.py
@@ -92,7 +92,7 @@ def run_tts(self):
92
tts_path = models.get_tts_path()
93
if tts_path:
94
models.common.append_added_model(self.message_element.get_root(), models.speech.TextToSpeechModelButton(os.path.join(tts_path, voice + '.pt')))
95
- return
+
96
# Generate TTS_ENGINE if needed
97
if not tts_engine or tts_engine_language != voice[0]:
98
tts_engine = libraries.get('kokoro').KPipeline(lang_code=voice[0], repo_id='hexgrad/Kokoro-82M')
0 commit comments