Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -182,8 +182,8 @@ demo = gr.Interface(
|
|
182 |
inputs=[
|
183 |
gr.Radio(
|
184 |
[
|
185 |
-
"SPLADE (
|
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
|