|
|
|
@ -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
|