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 03280c0 commit ffd6c3cCopy full SHA for ffd6c3c
voice.py
@@ -5,6 +5,7 @@
5
# Define the text you want to convert to speech
6
text = "Hello! This is a sample text to convert to speech."
7
8
+# Exception Handaled
9
try:
10
# Create a gTTS object
11
tts = gTTS(text=text, lang="en")
0 commit comments