Spaces:
Runtime error
Runtime error
Trent
commited on
Commit
·
7e83032
1
Parent(s):
3d34e10
Default model
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ For more cool information on sentence embeddings, see the [sBert project](https:
|
|
21 |
Please enjoy!!
|
22 |
''')
|
23 |
|
24 |
-
select_models = st.multiselect("Choose models", options=MODELS_ID.keys(), default=
|
25 |
|
26 |
anchor = st.text_input(
|
27 |
'Please enter here the main text you want to compare:'
|
|
|
21 |
Please enjoy!!
|
22 |
''')
|
23 |
|
24 |
+
select_models = st.multiselect("Choose models", options=MODELS_ID.keys(), default=list(MODELS_ID)[0])
|
25 |
|
26 |
anchor = st.text_input(
|
27 |
'Please enter here the main text you want to compare:'
|