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

added pip nltk

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -19,6 +19,7 @@ import numpy as np
19
  os.system("pip install tensorflow")
20
  os.system("pip install scikit-learn")
21
  os.system("pip install spacy")
 
22
 
23
  import tensorflow as tf
24
  import matplotlib.pyplot as plt
 
19
  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