Matis Codjia commited on
Commit
52d9664
·
1 Parent(s): c6390d0

Fix:default encoder

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ with st.sidebar:
153
  st.header("System Configuration")
154
 
155
  # Model Config
156
- model_path = st.text_input("Embedding Model", value="matis35/gemmaembedding-fgdor")
157
 
158
  st.divider()
159
 
 
153
  st.header("System Configuration")
154
 
155
  # Model Config
156
+ model_path = st.text_input("Embedding Model", value="matis35/feedbacker-2")
157
 
158
  st.divider()
159