Spaces:
Running
Running
Update app.py
Browse files
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=
|
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()
|