Update app.py
Browse files
app.py
CHANGED
@@ -775,7 +775,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
775 |
|
776 |
# Chatbot
|
777 |
transfer_input_args = dict(
|
778 |
-
fn=add_text, inputs=[chatbot, history, user_input, attached_file], outputs=[chatbot, history, user_question, attached_file,
|
779 |
)
|
780 |
|
781 |
predict_event1 = user_input.submit(**transfer_input_args, queue=False,).then(**predict_args)
|
|
|
775 |
|
776 |
# Chatbot
|
777 |
transfer_input_args = dict(
|
778 |
+
fn=add_text, inputs=[chatbot, history, user_input, attached_file], outputs=[chatbot, history, user_question, attached_file, image_display , user_input], show_progress=True
|
779 |
)
|
780 |
|
781 |
predict_event1 = user_input.submit(**transfer_input_args, queue=False,).then(**predict_args)
|