Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ from infer import InvalidToneError
|
|
27 |
from text.japanese import g2kata_tone, kata_tone2phone_tone, text_normalize
|
28 |
|
29 |
is_hf_spaces = os.getenv("SYSTEM") == "spaces"
|
30 |
-
limit =
|
31 |
|
32 |
# Get path settings
|
33 |
with open(os.path.join("configs", "paths.yml"), "r", encoding="utf-8") as f:
|
|
|
27 |
from text.japanese import g2kata_tone, kata_tone2phone_tone, text_normalize
|
28 |
|
29 |
is_hf_spaces = os.getenv("SYSTEM") == "spaces"
|
30 |
+
limit = 10000
|
31 |
|
32 |
# Get path settings
|
33 |
with open(os.path.join("configs", "paths.yml"), "r", encoding="utf-8") as f:
|