innocent-charles
commited on
Commit
•
3130d5c
1
Parent(s):
f39ded6
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ sentence_4 = gr.Textbox(lines=2, placeholder="Enter the sentence to compare here
|
|
52 |
sentence_5 = gr.Textbox(lines=2, placeholder="Enter the sentence to compare here...", label="Sentence 5")
|
53 |
|
54 |
|
55 |
-
inputs = [model_name_display, original_sentence_input, sentence_1, sentence_2, sentence_3]
|
56 |
outputs = gr.JSON(label="Detailed Similarity Scores")
|
57 |
|
58 |
# Create Gradio interface
|
|
|
52 |
sentence_5 = gr.Textbox(lines=2, placeholder="Enter the sentence to compare here...", label="Sentence 5")
|
53 |
|
54 |
|
55 |
+
inputs = [model_name_display, original_sentence_input, sentence_1, sentence_2, sentence_3,sentence_4,sentence_5]
|
56 |
outputs = gr.JSON(label="Detailed Similarity Scores")
|
57 |
|
58 |
# Create Gradio interface
|