Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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 |
)
|