Bofandra commited on
Commit
a1544d7
·
verified ·
1 Parent(s): d3db3bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -135,7 +135,8 @@ demo = gr.ChatInterface(
135
  step=0.05,
136
  label="Top-p (nucleus sampling)",
137
  ),
138
- ],
 
139
  examples=[
140
  ["Why is men created?"],
141
  ["Please tell me about superstition!"],
 
135
  step=0.05,
136
  label="Top-p (nucleus sampling)",
137
  ),
138
+ ],
139
+ cache_examples="lazy",
140
  examples=[
141
  ["Why is men created?"],
142
  ["Please tell me about superstition!"],