ciyidogan commited on
Commit
65d7499
·
verified ·
1 Parent(s): 5d32118

Update tts_elevenlabs.py

Browse files
Files changed (1) hide show
  1. 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
- log_degub(f"🎤 Calling ElevenLabs TTS for {len(text)} characters")
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_degug(f"🎤 Calling ElevenLabs TTS for {len(text)} characters")
62
 
63
  async with httpx.AsyncClient(timeout=30.0) as client:
64
  response = await client.post(