Spaces:
Runtime error
Runtime error
Commit
·
ac51b66
1
Parent(s):
2c009f7
added download spacy en_core_web_sm
Browse files
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
|