Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
telee
/
tts_demo
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
telee
commited on
Nov 1, 2023
Commit
75b7837
·
1 Parent(s):
30653a5
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -5,6 +5,7 @@ from io import BytesIO
5
LANG = "en"
6
7
8
# https://gtts.readthedocs.io/en/latest/
9
#
10
def tts_gtts(text):
5
LANG = "en"
6
7
8
+
#
9
# https://gtts.readthedocs.io/en/latest/
10
#
11
def tts_gtts(text):