use case
Browse files
app.py
CHANGED
|
@@ -28,10 +28,10 @@ https://www.gradio.app/docs/interface
|
|
| 28 |
'''
|
| 29 |
iface = gr.Interface(fn=similar, inputs="text", outputs="text",
|
| 30 |
title="Enhancing Customer Engagement and Operational Efficiency with Semantic Similarity Document Search (SSDS)",
|
| 31 |
-
examples=["having bad client experience",
|
| 32 |
-
"having credit card problem",
|
| 33 |
-
"late payment fee",
|
| 34 |
-
"credit score dropping"]
|
| 35 |
description="""
|
| 36 |
Data Scientist: Kevin Wong, objectdeveloper@gmail.com, 416-903-7937
|
| 37 |
============
|
|
|
|
| 28 |
'''
|
| 29 |
iface = gr.Interface(fn=similar, inputs="text", outputs="text",
|
| 30 |
title="Enhancing Customer Engagement and Operational Efficiency with Semantic Similarity Document Search (SSDS)",
|
| 31 |
+
examples=[["having bad client experience"],
|
| 32 |
+
["having credit card problem"],
|
| 33 |
+
["late payment fee"],
|
| 34 |
+
["credit score dropping"]],
|
| 35 |
description="""
|
| 36 |
Data Scientist: Kevin Wong, objectdeveloper@gmail.com, 416-903-7937
|
| 37 |
============
|