Spaces:
Running
Running
aliasgerovs
commited on
Commit
•
436ad2b
1
Parent(s):
5799ea2
Updated
Browse files
app.py
CHANGED
@@ -259,8 +259,8 @@ def build_date(year, month, day):
|
|
259 |
print("loading depth analysis")
|
260 |
nltk.download('stopwords')
|
261 |
nltk.download('punkt')
|
262 |
-
nlp = spacy.load("en_core_web_sm")
|
263 |
command = ['python', '-m', 'spacy', 'download', 'en_core_web_sm']
|
|
|
264 |
|
265 |
# Execute the command
|
266 |
subprocess.run(command)
|
|
|
259 |
print("loading depth analysis")
|
260 |
nltk.download('stopwords')
|
261 |
nltk.download('punkt')
|
|
|
262 |
command = ['python', '-m', 'spacy', 'download', 'en_core_web_sm']
|
263 |
+
nlp = spacy.load("en_core_web_sm")
|
264 |
|
265 |
# Execute the command
|
266 |
subprocess.run(command)
|