Spaces:
Sleeping
Sleeping
Matis Codjia commited on
Commit ·
52d9664
1
Parent(s): c6390d0
Fix:default encoder
Browse files
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/
|
| 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 |
|