seanghay commited on
Commit
c48190a
1 Parent(s): d1c3c7d
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -11,6 +11,8 @@ def phonemizer(text: str):
11
  if not text:
12
  return ""
13
 
 
 
14
  env = phonetisaurus.guess_environment()
15
  model_path = "./model.fst"
16
 
 
11
  if not text:
12
  return ""
13
 
14
+
15
+ text = text.lower()
16
  env = phonetisaurus.guess_environment()
17
  model_path = "./model.fst"
18