Spaces:
Runtime error
Runtime error
ruanchaves
commited on
Commit
•
0869455
1
Parent(s):
9970caa
feat: semantic similarity app
Browse files
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="
|
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 |
|