VictorSanh commited on
Commit
ae9ba99
1 Parent(s): 5dab36e

Update visualization

Browse files
Files changed (1) hide show
  1. app_dialogue.py +1 -1
app_dialogue.py CHANGED
@@ -789,7 +789,7 @@ with gr.Blocks(title="IDEFICS Playground", theme=gr.themes.Base()) as demo:
789
  inputs=[textbox, imagebox],
790
  outputs=[textbox, imagebox, chatbot],
791
  fn=process_example,
792
- cache_examples=True,
793
  examples_per_page=6,
794
  label=(
795
  "Click on any example below to get started.\nFor convenience, the model generations have been"
 
789
  inputs=[textbox, imagebox],
790
  outputs=[textbox, imagebox, chatbot],
791
  fn=process_example,
792
+ cache_examples=False,
793
  examples_per_page=6,
794
  label=(
795
  "Click on any example below to get started.\nFor convenience, the model generations have been"