Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ def phonemizer(text: str):
|
|
14 |
|
15 |
text = text.lower()
|
16 |
env = phonetisaurus.guess_environment()
|
17 |
-
model_path = "./
|
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)
|