innocent-charles
commited on
Commit
•
707dfd2
1
Parent(s):
cd08542
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ iface = gr.Interface(
|
|
34 |
gr.Textbox(label="Sentence 2"),
|
35 |
gr.Textbox(label="Sentence 3")
|
36 |
],
|
37 |
-
outputs=gr.Table(label="Similarity Scores", columns=["Sentence", "Similarity Score"]),
|
38 |
title="Sentence Similarity Calculator",
|
39 |
description="Enter an original sentence and three sentences to compare their similarity."
|
40 |
)
|
|
|
34 |
gr.Textbox(label="Sentence 2"),
|
35 |
gr.Textbox(label="Sentence 3")
|
36 |
],
|
37 |
+
outputs=gr.outputs.Table(label="Similarity Scores", columns=["Sentence", "Similarity Score"]),
|
38 |
title="Sentence Similarity Calculator",
|
39 |
description="Enter an original sentence and three sentences to compare their similarity."
|
40 |
)
|