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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ if model_checkpoint == "xlm-roberta-large-finetuned-conll03-english":
33
  st.sidebar.write(xlm_agg_strategy_info)
34
  st.sidebar.write("")
35
  elif model_checkpoint == "en_core_web_sm":
36
- aggregation = 'none'
37
 
38
  st.subheader("Select Text Input Method")
39
  input_method = st.radio("", ('Select from Examples', 'Write or Paste New Text'))
 
33
  st.sidebar.write(xlm_agg_strategy_info)
34
  st.sidebar.write("")
35
  elif model_checkpoint == "en_core_web_sm":
36
+ aggregation = 'none'
37
 
38
  st.subheader("Select Text Input Method")
39
  input_method = st.radio("", ('Select from Examples', 'Write or Paste New Text'))