Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"],["
|
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()
|