chali12 commited on
Commit
3b96c9b
·
1 Parent(s): a64130d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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