sashamn commited on
Commit
a60674e
1 Parent(s): 3f92ed9
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ with gr.Blocks() as demo:
125
  "gpt-3.5",
126
  "gpt-4"],
127
  value="Mistral-7B-Instruct")
128
- use_cross_model = gr.Radio(label="Reranking", choices=["Yes", "No"], value="Yes")
129
  model_names = list(retrievers.keys())
130
  model_name = gr.Radio(label="Retriever model", choices=model_names, value=model_names[0])
131
  chunking = gr.Radio(label="Chunking strategy", choices=["Heading", "Lines"], value="Heading")
 
125
  "gpt-3.5",
126
  "gpt-4"],
127
  value="Mistral-7B-Instruct")
128
+ use_cross_model = gr.Radio(label="Re-ranking", choices=["Yes", "No"], value="Yes")
129
  model_names = list(retrievers.keys())
130
  model_name = gr.Radio(label="Retriever model", choices=model_names, value=model_names[0])
131
  chunking = gr.Radio(label="Chunking strategy", choices=["Heading", "Lines"], value="Heading")