aemin commited on
Commit
b9a721a
1 Parent(s): ab23d72

added markdown to relaunch the app.

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -113,7 +113,7 @@ elif selected_model=="onto_100":
113
  **`NORP`** **,** **`ORDINAL`** **,** **`MONEY`** **,** **`LOC` **, **`FAC`** **,** **`LAW`** **,** **`TIME`** **,** **`PERCENT`** **,** **`QUANTITY`** **,** **`LANGUAGE` **""", unsafe_allow_html=True)
114
 
115
 
116
- st.subheader("")
117
 
118
 
119
 
@@ -122,7 +122,8 @@ st.subheader("")
122
  #caching the models in the dictionary
123
  @st.cache(allow_output_mutation=True, show_spinner=False)
124
  def load_sparknlp_models():
125
- ner_models_list= ["nerdl_fewnerd_100d", "ner_conll_elmo", "ner_mit_movie_complex_distilbert_base_cased", "ner_conll_albert_large_uncased", "onto_100"]
 
126
  embeddings_list= ["glove_100d", "elmo", "distilbert_base_cased", "albert_large_uncased", "glove_100d_for_onto"]
127
 
128
 
 
113
  **`NORP`** **,** **`ORDINAL`** **,** **`MONEY`** **,** **`LOC` **, **`FAC`** **,** **`LAW`** **,** **`TIME`** **,** **`PERCENT`** **,** **`QUANTITY`** **,** **`LANGUAGE` **""", unsafe_allow_html=True)
114
 
115
 
116
+ st.subheader("TRYING TO FIX")
117
 
118
 
119
 
 
122
  #caching the models in the dictionary
123
  @st.cache(allow_output_mutation=True, show_spinner=False)
124
  def load_sparknlp_models():
125
+ ner_models_list= ["nerdl_fewnerd_100d", "ner_conll_elmo", "ner_mit_movie_complex_distilbert_base_cased",
126
+ "ner_conll_albert_large_uncased", "onto_100"]
127
  embeddings_list= ["glove_100d", "elmo", "distilbert_base_cased", "albert_large_uncased", "glove_100d_for_onto"]
128
 
129