Update app.py
Browse files
app.py
CHANGED
@@ -895,7 +895,7 @@ with gr.Blocks(css=custom_css(), theme=themeAlex) as demo:
|
|
895 |
|
896 |
# Chatbot
|
897 |
transfer_input_args3 = dict(
|
898 |
-
fn=add_text, inputs=[chatbot_code, history3, user_input3, attached_file3], outputs=[chatbot_code, history3, user_question3, attached_file3, image_display3, user_input3],
|
899 |
)
|
900 |
|
901 |
predict_event3_1 = user_input3.submit(**transfer_input_args3, queue=False,).then(**predict_args3)
|
|
|
895 |
|
896 |
# Chatbot
|
897 |
transfer_input_args3 = dict(
|
898 |
+
fn=add_text, inputs=[chatbot_code, history3, user_input3, attached_file3], outputs=[chatbot_code, history3, user_question3, attached_file3, image_display3, user_input3], show_progress=True
|
899 |
)
|
900 |
|
901 |
predict_event3_1 = user_input3.submit(**transfer_input_args3, queue=False,).then(**predict_args3)
|