Spaces:
Runtime error
Runtime error
Commit
·
ddaf7eb
1
Parent(s):
325517e
Update main.py
Browse files
main.py
CHANGED
@@ -160,9 +160,6 @@ def main(sentence):
|
|
160 |
Function to bind together all the info and be executed
|
161 |
"""
|
162 |
|
163 |
-
spacy.cli.download("en_core_web_sm")
|
164 |
-
spacy.cli.download("en_core_web_lg")
|
165 |
-
|
166 |
nl_data = natural_language_module(sentence)
|
167 |
nl_json = process_json_sf(nl_data, sentence)
|
168 |
|
|
|
160 |
Function to bind together all the info and be executed
|
161 |
"""
|
162 |
|
|
|
|
|
|
|
163 |
nl_data = natural_language_module(sentence)
|
164 |
nl_json = process_json_sf(nl_data, sentence)
|
165 |
|