Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -584,7 +584,7 @@ with gr.Blocks(title="SPLADE Demos", css=css) as demo:
|
|
584 |
)
|
585 |
|
586 |
|
587 |
-
with gr.TabItem("
|
588 |
gr.Markdown("### Calculate Dot Product Similarity Between Encoded Query and Document")
|
589 |
|
590 |
model_choices = [
|
|
|
584 |
)
|
585 |
|
586 |
|
587 |
+
with gr.TabItem("Compute Query-Document Similarity Score"):
|
588 |
gr.Markdown("### Calculate Dot Product Similarity Between Encoded Query and Document")
|
589 |
|
590 |
model_choices = [
|