Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -193,7 +193,9 @@ def load_sparknlp_models():
|
|
193 |
|
194 |
placeholder= st.empty()
|
195 |
placeholder.info("If you are launching the app for the first time, it may take some time (approximately 1 minute) for SparkNLP models to load...")
|
|
|
196 |
nlp_dict= load_sparknlp_models()
|
|
|
197 |
placeholder.empty()
|
198 |
|
199 |
|
|
|
193 |
|
194 |
placeholder= st.empty()
|
195 |
placeholder.info("If you are launching the app for the first time, it may take some time (approximately 1 minute) for SparkNLP models to load...")
|
196 |
+
|
197 |
nlp_dict= load_sparknlp_models()
|
198 |
+
|
199 |
placeholder.empty()
|
200 |
|
201 |
|