Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,6 @@ def chunk(text, length, splitter_selection, separators_str, length_unit_selectio
|
|
38 |
separator="",
|
39 |
chunk_size=length,
|
40 |
chunk_overlap=0,
|
41 |
-
length_function=len,
|
42 |
is_separator_regex=False,
|
43 |
)
|
44 |
else:
|
|
|
38 |
separator="",
|
39 |
chunk_size=length,
|
40 |
chunk_overlap=0,
|
|
|
41 |
is_separator_regex=False,
|
42 |
)
|
43 |
else:
|