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