Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,8 @@ import os
|
|
| 5 |
import spacy
|
| 6 |
#pandas is used to read, edit, and write tabular data
|
| 7 |
import pandas as pd
|
| 8 |
-
|
|
|
|
| 9 |
|
| 10 |
# Using spacy.load().
|
| 11 |
import spacy
|
|
|
|
| 5 |
import spacy
|
| 6 |
#pandas is used to read, edit, and write tabular data
|
| 7 |
import pandas as pd
|
| 8 |
+
pip install https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
|
| 9 |
+
|
| 10 |
|
| 11 |
# Using spacy.load().
|
| 12 |
import spacy
|