diff --git a/TTS/elevenlabs.py b/TTS/elevenlabs.py index 2c6aca5..9285138 100644 --- a/TTS/elevenlabs.py +++ b/TTS/elevenlabs.py @@ -112,4 +112,4 @@ class ElevenLabsGenerate: "No voices available from ElevenLabs account to choose from." ) # Return the voice_id of a randomly selected voice object - return random.choice(self.available_voices).voice_id + return random.choice(self.available_voices).voice_id \ No newline at end of file