mbahrami commited on
Commit
75fe8c9
1 Parent(s): 3c31e1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ history_keyword_text = st.text_input("Enter users's history keywords (optional,
15
 
16
  text = st.text_input("Enter a text for auto completion...", value='Where is Bill')
17
 
18
- model = st.selectbox("choose a model", ["roberta-base", "bert-base-uncased", "gpt2", "t5"])
19
 
20
  data_load_state = st.text('Loading model...')
21
  nlp = get_model(model)
 
15
 
16
  text = st.text_input("Enter a text for auto completion...", value='Where is Bill')
17
 
18
+ model = st.selectbox("choose a model", ["roberta-base", "bert-base-uncased"])
19
 
20
  data_load_state = st.text('Loading model...')
21
  nlp = get_model(model)