nickprock commited on
Commit
249ccc6
·
1 Parent(s): 2b89cc9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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()