SiddharthAK commited on
Commit
13a4dcd
·
verified ·
1 Parent(s): d3df2dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -584,7 +584,7 @@ with gr.Blocks(title="SPLADE Demos", css=css) as demo:
584
  )
585
 
586
 
587
- with gr.TabItem("Compare Encoders"):
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 = [