ashishraics commited on
Commit
6080c36
1 Parent(s): 389e970

bug fix spacy

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ try:
20
  except:
21
  logging.error("installing pke info")
22
  subprocess.run(['pip3', 'install','git+https://github.com/boudinfl/pke.git'])
23
- subprocess.run(['python3' ,'-m' ,'spacy' ,'download' ,'en-core-web-sm-3.3.0'])
24
  import pke
25
 
26
  st.set_page_config( # Alternate names: setup_page, page, layout
 
20
  except:
21
  logging.error("installing pke info")
22
  subprocess.run(['pip3', 'install','git+https://github.com/boudinfl/pke.git'])
23
+ subprocess.run(['python3' ,'-m' ,'spacy' ,'download' ,'en'])
24
  import pke
25
 
26
  st.set_page_config( # Alternate names: setup_page, page, layout