Spaces:
Running
Running
Update app.py
Browse files
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!"],
|