Update app.py
Browse files
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 |
-
('
|
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)
|