nickprock commited on
Commit
fb445a0
·
1 Parent(s): e69f5d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -92,7 +92,6 @@ demo = gr.Interface(fn=greet,
92
  theme="huggingface",
93
  title="Banking Intent Classifier",
94
  description="Try to classify customer queries",
95
- 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?"]],
96
- share=True)
97
 
98
- demo.launch()
 
92
  theme="huggingface",
93
  title="Banking Intent Classifier",
94
  description="Try to classify customer queries",
95
+ 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?"]])
 
96
 
97
+ demo.launch(share=True)