Spaces:
Runtime error
Runtime error
Fix issues
Browse files
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 |
|