Update app.py
Browse files
app.py
CHANGED
@@ -701,7 +701,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
701 |
|
702 |
# Chatbot
|
703 |
transfer_input_args = dict(
|
704 |
-
fn=add_text, inputs=[chatbot, history, user_input, upload], outputs=[chatbot, user_question, user_input], show_progress=True
|
705 |
)
|
706 |
|
707 |
predict_event1 = user_input.submit(**transfer_input_args, queue=False,).then(**predict_args)
|
|
|
701 |
|
702 |
# Chatbot
|
703 |
transfer_input_args = dict(
|
704 |
+
fn=add_text, inputs=[chatbot, history, user_input, upload], outputs=[chatbot, history, user_question, user_input], show_progress=True
|
705 |
)
|
706 |
|
707 |
predict_event1 = user_input.submit(**transfer_input_args, queue=False,).then(**predict_args)
|