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 f52ba20 commit ea97565Copy full SHA for ea97565
extensions/elevenlabs_tts/script.py
@@ -38,8 +38,7 @@ def refresh_voices():
38
if client is None:
39
client = update_api_key(params['api_key'])
40
response = client.voices.get_all(show_legacy=True)
41
- print(f"Available voices: {female_voices}")
42
- return voice_names
+ return response
43
44
def refresh_voices_dd():
45
all_voices = refresh_voices()
0 commit comments