ruanchaves commited on
Commit
0869455
1 Parent(s): 9970caa

feat: semantic similarity app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ inputs = [
108
 
109
  outputs = [
110
  gr.Textbox(label="Evaluation", value=output_textbox_component_description),
111
- gr.JSON(label="Breakdown", value=output_json_component_description)
112
  ]
113
 
114
 
 
108
 
109
  outputs = [
110
  gr.Textbox(label="Evaluation", value=output_textbox_component_description),
111
+ gr.JSON(label="Similarity scores by model", value=output_json_component_description)
112
  ]
113
 
114