dwb2023 commited on
Commit
df1be19
1 Parent(s): 8718fa0

Update app.py

Browse files

update caching setting

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ chat_interface = gr.ChatInterface(
139
  ),
140
  ],
141
  stop_btn=None,
142
- cache_examples="false"
143
  examples=[
144
  ["Explain quantum physics in 5 words or less:"],
145
  ["Question: What do you call a bear with no teeth?\nAnswer:"],
 
139
  ),
140
  ],
141
  stop_btn=None,
142
+ cache_examples="false",
143
  examples=[
144
  ["Explain quantum physics in 5 words or less:"],
145
  ["Question: What do you call a bear with no teeth?\nAnswer:"],