diff --git a/scripts/speak.py b/scripts/speak.py index ed52a433ab..c48d090bd1 100644 --- a/scripts/speak.py +++ b/scripts/speak.py @@ -47,6 +47,7 @@ def say_text(text, voice_index=0): macos_tts_speech(text) else: gtts_speech(text) + else: success = eleven_labs_speech(text, voice_index) if not success: