Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ st.subheader("")
|
|
120 |
|
121 |
|
122 |
#caching the models in the dictionary
|
123 |
-
@st.cache(allow_output_mutation=True,
|
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"]
|
|
|
120 |
|
121 |
|
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"]
|