Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -159,9 +159,9 @@ with gr.Blocks(theme=gr.themes.Soft(text_size='lg', font=["monospace"], primary_
|
|
159 |
outputs=[separator_selection, out],
|
160 |
)
|
161 |
gr.on(
|
162 |
-
[text.change, length_unit_selection.change, slider_count.change, chunk_overlap.change],
|
163 |
chunk,
|
164 |
-
[text,
|
165 |
outputs=out
|
166 |
)
|
167 |
|
|
|
159 |
outputs=[separator_selection, out],
|
160 |
)
|
161 |
gr.on(
|
162 |
+
[text.change, length_unit_selection.change, separator_selection.change, slider_count.change, chunk_overlap.change],
|
163 |
chunk,
|
164 |
+
[text, slider_count, split_selection, separators_selection, length_unit_selection, chunk_overlap],
|
165 |
outputs=out
|
166 |
)
|
167 |
|