nickprock commited on
Commit
fd28157
·
1 Parent(s): 51331ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ demo = gr.Interface(fn=greet,
91
  outputs="text",
92
  title="Banking Intent Classifier",
93
  description="Try to classify customer queries",
94
- examples=[["I can't pay by my credit card"],["My card still hasn't been delivered"],["Can I track the card you sent to me?"]],
95
  cache_examples=False)
96
 
97
  demo.launch()
 
91
  outputs="text",
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()