Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -61,8 +61,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 61 |
split_selection = gr.Dropdown(
|
| 62 |
choices=[
|
| 63 |
"LangChain's CharacterTextSplitter",
|
| 64 |
-
"Langchain's RecursiveCharacterTextSplitter
|
| 65 |
-
"Langchain's RecursiveCharacterTextSplitter - with '.'",
|
| 66 |
],
|
| 67 |
value="LangChain's CharacterTextSplitter",
|
| 68 |
label="Chunking method ",
|
|
|
|
| 61 |
split_selection = gr.Dropdown(
|
| 62 |
choices=[
|
| 63 |
"LangChain's CharacterTextSplitter",
|
| 64 |
+
"Langchain's RecursiveCharacterTextSplitter",
|
|
|
|
| 65 |
],
|
| 66 |
value="LangChain's CharacterTextSplitter",
|
| 67 |
label="Chunking method ",
|