alexkueck commited on
Commit
dea88fa
1 Parent(s): 5dedee7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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