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