pgurazada1 commited on
Commit
35a1789
1 Parent(s): ee55517

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -85,6 +85,7 @@ demo = gr.Interface(
85
  ["What was the company's debt level in 2020?", ""],
86
  ["Identify 5 key risks identified in the 2019 10k report? Respond with bullet point summaries.", ""]
87
  ],
 
88
  concurrency_limit=16
89
  )
90
 
 
85
  ["What was the company's debt level in 2020?", ""],
86
  ["Identify 5 key risks identified in the 2019 10k report? Respond with bullet point summaries.", ""]
87
  ],
88
+ cache_examples=False,
89
  concurrency_limit=16
90
  )
91