Replies: 3 comments 2 replies
-
Hi @Saad-py! This could be a few things, let me ask first: are you being a Web proxy? In the meantime, could you paste the debug output please? In this case it would be the output of |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hello,
Your Welcome And Thanks |
Beta Was this translation helpful? Give feedback.
2 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am working on a library that is intended to make life easier but when creating the TTS (text to speak) section I wanted to use gTTS but while testing I had some issues.
My Code:
from gtts import gTTS as g a = g(text="hello test for ai", lang='en') a.save("e.mp3")
And I also tried adding another parameter tld="com" but still no hope:
The full error:
Any help would be wonderful :)
Beta Was this translation helpful? Give feedback.
All reactions