Casio991ms commited on
Commit
ac51b66
1 Parent(s): 2c009f7

added download spacy en_core_web_sm

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ os.system("pip install tensorflow")
20
  os.system("pip install scikit-learn")
21
  os.system("pip install spacy")
22
  os.system("pip install nltk")
 
23
 
24
  import tensorflow as tf
25
  import matplotlib.pyplot as plt
 
20
  os.system("pip install scikit-learn")
21
  os.system("pip install spacy")
22
  os.system("pip install nltk")
23
+ os.system("spacy download en_core_web_sm")
24
 
25
  import tensorflow as tf
26
  import matplotlib.pyplot as plt