Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -179,7 +179,7 @@ def app_interface():
|
|
179 |
extra_sentence1_box = gr.Textbox(label="'Input Sentence' - 2")
|
180 |
extra_sentence2_box = gr.Textbox(label="'Input Sentence' - 3")
|
181 |
similarity_button = gr.Button("Compute Similarity")
|
182 |
-
similarity_output = gr.Textbox(label="
|
183 |
|
184 |
similarity_button.click(
|
185 |
fn=compute_similarity,
|
|
|
179 |
extra_sentence1_box = gr.Textbox(label="'Input Sentence' - 2")
|
180 |
extra_sentence2_box = gr.Textbox(label="'Input Sentence' - 3")
|
181 |
similarity_button = gr.Button("Compute Similarity")
|
182 |
+
similarity_output = gr.Textbox(label="📽️Nvidia 🛌🏻Embed Similarity Scores")
|
183 |
|
184 |
similarity_button.click(
|
185 |
fn=compute_similarity,
|