seanghay commited on
Commit
c2f0583
1 Parent(s): 45aac6d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def phonemizer(text: str):
14
 
15
  text = text.lower()
16
  env = phonetisaurus.guess_environment()
17
- model_path = "./model_2.fst"
18
 
19
  with tempfile.NamedTemporaryFile(suffix=".txt", mode="w+") as temp_file:
20
  print(text, file=temp_file)
 
14
 
15
  text = text.lower()
16
  env = phonetisaurus.guess_environment()
17
+ model_path = "./model.fst"
18
 
19
  with tempfile.NamedTemporaryFile(suffix=".txt", mode="w+") as temp_file:
20
  print(text, file=temp_file)