Photon08 commited on
Commit
9cb093c
·
1 Parent(s): 5ca41f3

Update app.py

Browse files

added facebook/m2m100_1.2B

Files changed (1) hide show
  1. app.py +4 -1
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", "google/flan-t5-xxl", "google/flan-ul2"])
 
 
 
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