Update app.py
Browse files
app.py
CHANGED
@@ -576,6 +576,7 @@ with gr.Blocks(css=customCSS, theme=small_and_beautiful_theme) as demo:
|
|
576 |
],
|
577 |
outputs=[chatbot, status_display], #[chatbot, history, status_display]
|
578 |
show_progress=True,
|
|
|
579 |
)
|
580 |
|
581 |
|
|
|
576 |
],
|
577 |
outputs=[chatbot, status_display], #[chatbot, history, status_display]
|
578 |
show_progress=True,
|
579 |
+
postprocess=False
|
580 |
)
|
581 |
|
582 |
|