Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ if selected_model == "nerdl_fewnerd_100d":
|
|
75 |
|
76 |
elif selected_model== "ner_conll_elmo":
|
77 |
app_title= "Detect up to 4 entity types in general domain texts"
|
78 |
-
app_description= "Named Entity Recognition model aimed to detect up to 4 entity types from general domain texts. This model was trained on the CoNLL 2003 text
|
79 |
st.title(app_title)
|
80 |
st.markdown("<h2>"+app_description+"</h2>" , unsafe_allow_html=True)
|
81 |
st.markdown("**`PER`** **,** **`LOC`** **,** **`ORG`** **,** **`MISC` **", unsafe_allow_html=True)
|
|
|
75 |
|
76 |
elif selected_model== "ner_conll_elmo":
|
77 |
app_title= "Detect up to 4 entity types in general domain texts"
|
78 |
+
app_description= "Named Entity Recognition model aimed to detect up to 4 entity types from general domain texts. This model was trained on the CoNLL 2003 text corpus using Spark NLP, and it is available in Spark NLP Models hub (https://nlp.johnsnowlabs.com/models)"
|
79 |
st.title(app_title)
|
80 |
st.markdown("<h2>"+app_description+"</h2>" , unsafe_allow_html=True)
|
81 |
st.markdown("**`PER`** **,** **`LOC`** **,** **`ORG`** **,** **`MISC` **", unsafe_allow_html=True)
|