dwb2023 commited on
Commit
4e87751
1 Parent(s): df1be19

Update app.py

Browse files

update cache setting to False. (no quotation marks)

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:"],