bstraehle commited on
Commit
a011db0
1 Parent(s): 3f12f24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,6 +167,6 @@ gr.ChatInterface(
167
  # [{"text": "Execute: First 25 Fibbonaci numbers", "files": []}],
168
  # [{"text": "Execute: Chart showing stock gain YTD for NVDA, MSFT, AAPL, and GOOG, x-axis is 'Day' and y-axis is 'YTD Gain %'", "files": []}],
169
  ],
170
- cache_examples=True,
171
  multimodal=True,
172
  ).launch()
 
167
  # [{"text": "Execute: First 25 Fibbonaci numbers", "files": []}],
168
  # [{"text": "Execute: Chart showing stock gain YTD for NVDA, MSFT, AAPL, and GOOG, x-axis is 'Day' and y-axis is 'YTD Gain %'", "files": []}],
169
  ],
170
+ cache_examples=False,
171
  multimodal=True,
172
  ).launch()