Spaces:
Runtime error
Runtime error
Commit
·
bc5b31d
1
Parent(s):
43f21e9
Update main.py
Browse files
main.py
CHANGED
@@ -19,6 +19,9 @@ from magnitudeIdentification import magnitude_binding
|
|
19 |
from comparativesIdentification import comparatives_binding
|
20 |
from earthquaqeIdentification import identify_earthquake_event
|
21 |
|
|
|
|
|
|
|
22 |
|
23 |
def process_final_dict(final_dictionary):
|
24 |
"""
|
|
|
19 |
from comparativesIdentification import comparatives_binding
|
20 |
from earthquaqeIdentification import identify_earthquake_event
|
21 |
|
22 |
+
spacy.cli.download("en_core_web_sm")
|
23 |
+
spacy.cli.download("en_core_web_lg")
|
24 |
+
|
25 |
|
26 |
def process_final_dict(final_dictionary):
|
27 |
"""
|