Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -169,4 +169,5 @@ with gr.Blocks(theme=gr.themes.Soft(text_size='lg', font=["monospace"], primary_
|
|
169 |
inputs=[text, slider_count, split_selection, separator_selection, length_unit_selection, chunk_overlap],
|
170 |
outputs=out,
|
171 |
)
|
|
|
172 |
demo.launch()
|
|
|
169 |
inputs=[text, slider_count, split_selection, separator_selection, length_unit_selection, chunk_overlap],
|
170 |
outputs=out,
|
171 |
)
|
172 |
+
|
173 |
demo.launch()
|