Gregniuki commited on
Commit
cc5a13c
·
verified ·
1 Parent(s): 94aade8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=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,