m-ric HF staff commited on
Commit
207ec3b
1 Parent(s): 1fa958e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def chunk(text, length, splitter_selection, separators_str, length_unit_selectio
41
  chunk_size=length,
42
  chunk_overlap=0,
43
  length_function=length_function,
44
- stipe_whitespace=False,
45
  is_separator_regex=False,
46
  separator="",
47
  )
 
41
  chunk_size=length,
42
  chunk_overlap=0,
43
  length_function=length_function,
44
+ strip_whitespace=False,
45
  is_separator_regex=False,
46
  separator="",
47
  )