nickprock commited on
Commit
4f82259
·
1 Parent(s): 3c3da87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -88,8 +88,7 @@ def greet(text, dic = dic):
88
 
89
  demo = gr.Interface(fn=greet,
90
  inputs="text",
91
- outputs="text",
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?"]])
 
88
 
89
  demo = gr.Interface(fn=greet,
90
  inputs="text",
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?"]])