m-ric HF staff commited on
Commit
ff29008
·
verified ·
1 Parent(s): b240482

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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 - vanilla",
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 ",