Spaces:
Paused
Paused
Update app.py
Browse filesadded facebook/m2m100_1.2B
app.py
CHANGED
|
@@ -37,7 +37,10 @@ with st.sidebar:
|
|
| 37 |
with st.chat_message('assitant'):
|
| 38 |
st.write(st.session_state[i])
|
| 39 |
st.divider()
|
| 40 |
-
model_name = st.radio("Choose the LLM for the chat:", ["google/flan-t5-large",
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
|
| 43 |
repo_id = model_name
|
|
|
|
| 37 |
with st.chat_message('assitant'):
|
| 38 |
st.write(st.session_state[i])
|
| 39 |
st.divider()
|
| 40 |
+
model_name = st.radio("Choose the LLM for the chat:", ["google/flan-t5-large",
|
| 41 |
+
"google/flan-t5-xxl",
|
| 42 |
+
"google/flan-ul2",
|
| 43 |
+
"facebook/m2m100_1.2B"])
|
| 44 |
|
| 45 |
|
| 46 |
repo_id = model_name
|