m-ric HF staff commited on
Commit
a1678bd
β€’
1 Parent(s): dbae8d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,5 +178,5 @@ with gr.Blocks(theme=gr.themes.Soft(text_size='lg', font=["monospace"], primary_
178
  [text, slider_count, split_selection, separators_selection, length_unit_selection, chunk_overlap],
179
  outputs=out
180
  )
181
- demo.load(chunk, inputs=[text, slider_count, split_selection, separators_selection, length_unit_selection, chunk_overlap], outputs=out)
182
  demo.launch()
 
178
  [text, slider_count, split_selection, separators_selection, length_unit_selection, chunk_overlap],
179
  outputs=out
180
  )
181
+ demo.load(chunk, inputs=[text, slider_count, split_selection, separators_selection, length_unit_selection, chunk_overlap], outputs=out)
182
  demo.launch()