Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,5 +14,6 @@ def predict(text):
|
|
| 14 |
theme="huggingface",
|
| 15 |
title="Banking Intent Classifier",
|
| 16 |
description="Try to classify customer queries",
|
| 17 |
-
examples=[["I can't pay by my credit card"],["The amount on the transfer is wrong can I cancel it?"]]
|
|
|
|
| 18 |
).launch()
|
|
|
|
| 14 |
theme="huggingface",
|
| 15 |
title="Banking Intent Classifier",
|
| 16 |
description="Try to classify customer queries",
|
| 17 |
+
examples=[["I can't pay by my credit card"],["The amount on the transfer is wrong can I cancel it?"]],
|
| 18 |
+
share=True
|
| 19 |
).launch()
|