Spaces:
Paused
Paused
Update tts_elevenlabs.py
Browse files- tts_elevenlabs.py +1 -1
tts_elevenlabs.py
CHANGED
|
@@ -58,7 +58,7 @@ class ElevenLabsTTS(TTSInterface):
|
|
| 58 |
else:
|
| 59 |
params = {"output_format": "mp3_44100_128"}
|
| 60 |
|
| 61 |
-
|
| 62 |
|
| 63 |
async with httpx.AsyncClient(timeout=30.0) as client:
|
| 64 |
response = await client.post(
|
|
|
|
| 58 |
else:
|
| 59 |
params = {"output_format": "mp3_44100_128"}
|
| 60 |
|
| 61 |
+
log_debug(f"🎤 Calling ElevenLabs TTS for {len(text)} characters")
|
| 62 |
|
| 63 |
async with httpx.AsyncClient(timeout=30.0) as client:
|
| 64 |
response = await client.post(
|