nickprock commited on
Commit
0b4d896
1 Parent(s): ffbf631

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,6 +92,6 @@ demo = gr.Interface(fn=greet,
92
  title="Banking Intent Classifier",
93
  description="Try to classify customer queries",
94
  examples=[["I can't pay by my credit card"],["Do you have a list of exchange rates?"],["Can I track the card you sent to me?"]],
95
- cache_examples=False)
96
 
97
  demo.launch()
 
92
  title="Banking Intent Classifier",
93
  description="Try to classify customer queries",
94
  examples=[["I can't pay by my credit card"],["Do you have a list of exchange rates?"],["Can I track the card you sent to me?"]],
95
+ cache_examples=True)
96
 
97
  demo.launch()