SiddharthAK commited on
Commit
c1ea33e
·
verified ·
1 Parent(s): 45b666a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ demo = gr.Interface(
153
  fn=predict_representation,
154
  inputs=[
155
  gr.Radio(
156
- ["SPLADE", "UNICOIL (Binary Sparse)"], # Added UNICOIL option
157
  label="Choose Representation Model",
158
  value="SPLADE" # Default selection
159
  ),
 
153
  fn=predict_representation,
154
  inputs=[
155
  gr.Radio(
156
+ ["SPLADE", "UNICOIL"], # Added UNICOIL option
157
  label="Choose Representation Model",
158
  value="SPLADE" # Default selection
159
  ),