We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using Streaming and I have deployed the app on huggingface, here is the code
audio = elevenlabs_client.generate( text=text, voice="Adam", model="eleven_turbo_v2_5", stream=True, optimize_streaming_latency=3 ) stream(audio)
but for some reason getting this error in stream function
Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Fontconfig error: No writable cache directories Exception in thread Thread-7 (text_to_speech_file): Traceback (most recent call last): File "/usr/local/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/usr/local/lib/python3.10/threading.py", line 953, in run self._target(*self._args, **self._kwargs) File "/usr/src/app/caller_v2.py", line 35, in text_to_speech_file stream(audio) File "/usr/local/lib/python3.10/site-packages/elevenlabs/play.py", line 91, in stream mpv_process.stdin.flush() # type: ignore BrokenPipeError: [Errno 32] Broken pipe
Things to considered I have installed all the spendencies and packages it required like mpv, ffmpeg
The text was updated successfully, but these errors were encountered:
Hello, any update on this? Anyone??
Sorry, something went wrong.
No branches or pull requests
I am using Streaming and I have deployed the app on huggingface, here is the code
but for some reason getting this error in stream function
Things to considered I have installed all the spendencies and packages it required like mpv, ffmpeg
The text was updated successfully, but these errors were encountered: