Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -516,8 +516,6 @@ with gr.Blocks(title="SPLADE Demos", css=css) as demo:
|
|
516 |
)
|
517 |
|
518 |
with gr.TabItem("Compare Encoders"): # NEW TAB
|
519 |
-
gr.Markdown("### Calculate Dot Product Similarity between Query and Document")
|
520 |
-
gr.Markdown("Select **independent** SPLADE models to encode your query and document, then see their sparse representations and their similarity score.")
|
521 |
|
522 |
# Define the common model choices for cleaner code
|
523 |
model_choices = [
|
|
|
516 |
)
|
517 |
|
518 |
with gr.TabItem("Compare Encoders"): # NEW TAB
|
|
|
|
|
519 |
|
520 |
# Define the common model choices for cleaner code
|
521 |
model_choices = [
|