Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ elif model_checkpoint == "xlm-roberta-large-finetuned-conll03-english":
|
|
43 |
else:
|
44 |
aggregation = st.sidebar.radio("", ('first', 'simple', 'average', 'max', 'none'))
|
45 |
|
46 |
-
st.write("Please refer 'https://huggingface.co/transformers/_modules/transformers/pipelines/token_classification.html' for entity grouping with aggregation_strategy parameter.")
|
47 |
|
48 |
st.subheader("Select Text Input Method")
|
49 |
input_method = st.radio("", ('Select from Examples', 'Write or Paste New Text'))
|
|
|
43 |
else:
|
44 |
aggregation = st.sidebar.radio("", ('first', 'simple', 'average', 'max', 'none'))
|
45 |
|
46 |
+
st.sidebar.write("Please refer 'https://huggingface.co/transformers/_modules/transformers/pipelines/token_classification.html' for entity grouping with aggregation_strategy parameter.")
|
47 |
|
48 |
st.subheader("Select Text Input Method")
|
49 |
input_method = st.radio("", ('Select from Examples', 'Write or Paste New Text'))
|