aemin commited on
Commit
b4f82f1
·
1 Parent(s): 70f2738

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -192,12 +192,12 @@ def load_sparknlp_models():
192
 
193
 
194
  #placeholder for warning
195
- placeholder_= st.empty()
196
- placeholder_.info("If you are launching the app for the first time, it may take some time for SparkNLP models to load...")
197
 
198
  nlp_dict= load_sparknlp_models()
199
 
200
- placeholder_.empty()
201
 
202
 
203
  if selected_model=="ner_conll_albert_large_uncased":
 
192
 
193
 
194
  #placeholder for warning
195
+ #placeholder_= st.empty()
196
+ #placeholder_.info("If you are launching the app for the first time, it may take some time for SparkNLP models to load...")
197
 
198
  nlp_dict= load_sparknlp_models()
199
 
200
+ #placeholder_.empty()
201
 
202
 
203
  if selected_model=="ner_conll_albert_large_uncased":