Wootang01 commited on
Commit
e49667e
1 Parent(s): 280086b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ st.set_page_config(layout="wide", page_title="Vocabulary Categorizer")
17
  st.title("Vocabulary Categorizer")
18
  st.write("This application identifies, highlights and categories nouns.")
19
 
20
- model_list = ['xlm-roberta-large-finetuned-conll03-english', 'en_core_web_sm']
21
 
22
  st.sidebar.header("Vocabulary categorizer")
23
  model_checkpoint = st.sidebar.radio("", model_list)
 
17
  st.title("Vocabulary Categorizer")
18
  st.write("This application identifies, highlights and categories nouns.")
19
 
20
+ model_list = ['xlm-roberta-large-finetuned-conll03-english', 'spacy/en_core_web_sm']
21
 
22
  st.sidebar.header("Vocabulary categorizer")
23
  model_checkpoint = st.sidebar.radio("", model_list)