MakiAi commited on
Commit
9b7e7d0
1 Parent(s): 9ed5ec3

Update app.py

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