smartwang commited on
Commit
ae9e574
·
1 Parent(s): fb11c6d
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=30):
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=50):
179
  """Split text into segments of approximately max_len characters."""
180
  import re
181
  # Split by common sentence delimiters, keeping the delimiter