Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ st.markdown('This NLP project helps you extract skills from job description. You
|
|
16 |
|
17 |
@st.cache(allow_output_mutation=True)
|
18 |
def get_model():
|
19 |
-
return spacy.load("en_pipeline
|
20 |
|
21 |
nlp = get_model()
|
22 |
|
|
|
16 |
|
17 |
@st.cache(allow_output_mutation=True)
|
18 |
def get_model():
|
19 |
+
return spacy.load("en_pipeline")
|
20 |
|
21 |
nlp = get_model()
|
22 |
|