use case
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ def similar(issue):
|
|
26 |
'''
|
27 |
https://www.gradio.app/docs/interface
|
28 |
'''
|
29 |
-
iface = gr.Interface(fn=similar, inputs="text", outputs="
|
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"],
|
|
|
26 |
'''
|
27 |
https://www.gradio.app/docs/interface
|
28 |
'''
|
29 |
+
iface = gr.Interface(fn=similar, inputs="text", outputs="json",
|
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"],
|