Update app.py
Browse files
app.py
CHANGED
@@ -622,7 +622,6 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
622 |
],
|
623 |
outputs=[chatbot, history, status_display], #[chatbot, history, status_display]
|
624 |
show_progress=True,
|
625 |
-
postprocess=False
|
626 |
)
|
627 |
|
628 |
|
|
|
622 |
],
|
623 |
outputs=[chatbot, history, status_display], #[chatbot, history, status_display]
|
624 |
show_progress=True,
|
|
|
625 |
)
|
626 |
|
627 |
|