m-ric HF staff commited on
Commit
e644d1d
1 Parent(s): b88152c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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, length_unit_selection, split_selection, slider_count, chunk_overlap],
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