alexkueck commited on
Commit
ec75eb7
1 Parent(s): bac390e

Update app.py

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