aemin commited on
Commit
ada012d
·
1 Parent(s): be73eb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -194,6 +194,7 @@ def load_sparknlp_models():
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
  nlp_dict= load_sparknlp_models()
198
 
199
  placeholder_.empty()
 
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()