Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Wladastic committed Apr 10, 2023
1 parent ec23973 commit 7e9941e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/speak.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ 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:
gtts_speech(text)

0 comments on commit 7e9941e

Please sign in to comment.