AIdeaText commited on
Commit
e1867ce
·
verified ·
1 Parent(s): f3f774d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def load_spacy_model():
34
  return nlp
35
 
36
  # Load spaCy model
37
- nlp = spacy.load("es_core_news_lg")
38
 
39
  # Configure the page to use the full width
40
  st.set_page_config(layout="wide", page_title="AIdeaText")
 
34
  return nlp
35
 
36
  # Load spaCy model
37
+ nlp = spacy.load("models/spacy/es_core_news_lg")
38
 
39
  # Configure the page to use the full width
40
  st.set_page_config(layout="wide", page_title="AIdeaText")