complynx commited on
Commit
aa023ea
Β·
1 Parent(s): 28d25bb

Fix issues

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -167,6 +167,7 @@ with gr.Blocks() as demo:
167
  # Turn off interactivity while generating if you hit enter
168
  txt_msg = txt.submit(add_text, [chatbot, txt], [chatbot, txt], queue=False).then(
169
  bot, [chatbot, model_name,
 
170
  num_docs, emb_model_kind, sub_vector_size, chunk_size, splitter_type
171
  ], [chatbot, prompt_html])
172
 
 
167
  # Turn off interactivity while generating if you hit enter
168
  txt_msg = txt.submit(add_text, [chatbot, txt], [chatbot, txt], queue=False).then(
169
  bot, [chatbot, model_name,
170
+ reranker_enabled,reranker_kind,num_prerank_docs,
171
  num_docs, emb_model_kind, sub_vector_size, chunk_size, splitter_type
172
  ], [chatbot, prompt_html])
173