SiddharthAK commited on
Commit
73887f7
·
verified ·
1 Parent(s): 17afa62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -182,8 +182,8 @@ demo = gr.Interface(
182
  inputs=[
183
  gr.Radio(
184
  [
185
- "SPLADE (cocondenser)",
186
- "SPLADE-v3-Lexical" # Simplified option
187
  ],
188
  label="Choose Representation Model",
189
  value="SPLADE (cocondenser)" # Default selection
 
182
  inputs=[
183
  gr.Radio(
184
  [
185
+ "SPLADE-v3 (expansion and weighting)",
186
+ "SPLADE-v3-Lexical (weighting only)" # Simplified option
187
  ],
188
  label="Choose Representation Model",
189
  value="SPLADE (cocondenser)" # Default selection