Spaces:
Runtime error
Runtime error
Commit
·
085f97c
1
Parent(s):
8b32c9f
added pip spacy
Browse files
app.py
CHANGED
@@ -18,6 +18,7 @@ import numpy as np
|
|
18 |
|
19 |
os.system("pip install tensorflow")
|
20 |
os.system("pip install scikit-learn")
|
|
|
21 |
|
22 |
import tensorflow as tf
|
23 |
import matplotlib.pyplot as plt
|
|
|
18 |
|
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
|