smartwang commited on
Commit
48360e9
·
1 Parent(s): ae9e574
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ def _audio_to_tuple(audio):
175
  return None
176
 
177
 
178
- def split_text(text, max_len=50):
179
  """Split text into segments of approximately max_len characters."""
180
  import re
181
  # Split by common sentence delimiters, keeping the delimiter
 
175
  return None
176
 
177
 
178
+ def split_text(text, max_len=100):
179
  """Split text into segments of approximately max_len characters."""
180
  import re
181
  # Split by common sentence delimiters, keeping the delimiter