Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ demo = gr.Interface(
|
|
153 |
fn=predict_representation,
|
154 |
inputs=[
|
155 |
gr.Radio(
|
156 |
-
["SPLADE", "UNICOIL
|
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 |
),
|