kevinhug commited on
Commit
852ba1e
·
1 Parent(s): dc90d92
Files changed (1) hide show
  1. app.py +1 -1
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="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"],
 
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"],