chali12 commited on
Commit
a64130d
·
1 Parent(s): 0b59c9f

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("chali12/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