HarryLee commited on
Commit
c93e145
·
1 Parent(s): 51700b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ keywords = st_tags(
26
  # Add selectbox in streamlit
27
  option = st.sidebar.selectbox(
28
  'Which model would you like to be selected?',
29
- ('k2t', 'k2t-base', 'mrm8488/t5-base-finetuned-common_gen'))
30
 
31
  #if st.sidebar.button('Load Model'):
32
  # nlp=pipeline(option)
 
26
  # Add selectbox in streamlit
27
  option = st.sidebar.selectbox(
28
  'Which model would you like to be selected?',
29
+ ('mrm8488/t5-base-finetuned-common_gen', 'k2t-base', 'k2t'))
30
 
31
  #if st.sidebar.button('Load Model'):
32
  # nlp=pipeline(option)