Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -205,7 +205,7 @@ def chunk_text(text, max_chars):
|
|
205 |
return chunks
|
206 |
|
207 |
|
208 |
-
def text_to_ipa(text, language=
|
209 |
try:
|
210 |
ipa_text = phonemize(
|
211 |
text,
|
|
|
205 |
return chunks
|
206 |
|
207 |
|
208 |
+
def text_to_ipa(text, language='en'):
|
209 |
try:
|
210 |
ipa_text = phonemize(
|
211 |
text,
|