helenai commited on
Commit
257df9a
·
verified ·
1 Parent(s): d960dc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ demo = gr.Interface(
92
  ["mistralai/Mistral-7B-v0.1", "gsm8k", "main", "test", "question"],
93
  ["mistralai/Mistral-7B-v0.1", "locuslab/TOFU", "world_facts", "train", "question"],
94
  ],
95
- cache_examples=False
96
  )
97
 
98
  demo.launch()
 
92
  ["mistralai/Mistral-7B-v0.1", "gsm8k", "main", "test", "question"],
93
  ["mistralai/Mistral-7B-v0.1", "locuslab/TOFU", "world_facts", "train", "question"],
94
  ],
95
+ cache_examples=True
96
  )
97
 
98
  demo.launch()