johann22 commited on
Commit
7439507
·
1 Parent(s): 25a9641

Update app_dialogue.py

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