awinml commited on
Commit
0f10e25
1 Parent(s): 6a79fd2

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ col1, col2 = st.columns([3, 3], gap="medium")
56
 
57
 
58
  with st.sidebar:
59
- ner_choice = st.selectbox("Select NER Model", ["Alpaca", "Spacy"])
60
 
61
  if ner_choice == "Spacy":
62
  ner_model = get_spacy_model()
 
56
 
57
 
58
  with st.sidebar:
59
+ ner_choice = st.selectbox("Select NER Model", ["Spacy", "Alpaca"])
60
 
61
  if ner_choice == "Spacy":
62
  ner_model = get_spacy_model()