Update app.py
Browse files
app.py
CHANGED
|
@@ -125,6 +125,7 @@ demo = gr.Interface(
|
|
| 125 |
["Identify 5 key risks identified in the 2019 10k report? Respond with bullet point summaries.", ""],
|
| 126 |
["What is the view of the management on the future of electric vehicle batteries?",""]
|
| 127 |
],
|
|
|
|
| 128 |
theme=gr.themes.Base(),
|
| 129 |
concurrency_limit=16
|
| 130 |
)
|
|
|
|
| 125 |
["Identify 5 key risks identified in the 2019 10k report? Respond with bullet point summaries.", ""],
|
| 126 |
["What is the view of the management on the future of electric vehicle batteries?",""]
|
| 127 |
],
|
| 128 |
+
cache_examples=False,
|
| 129 |
theme=gr.themes.Base(),
|
| 130 |
concurrency_limit=16
|
| 131 |
)
|