Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,6 @@ import re
|
|
4 |
from collections import Counter
|
5 |
|
6 |
# Load the spaCy model, confirm that additional download has been made
|
7 |
-
#
|
8 |
nlp = spacy.load("en_core_web_sm")
|
9 |
|
10 |
def anonymize_text_including_proper_nouns_and_addresses(text):
|
|
|
4 |
from collections import Counter
|
5 |
|
6 |
# Load the spaCy model, confirm that additional download has been made
|
|
|
7 |
nlp = spacy.load("en_core_web_sm")
|
8 |
|
9 |
def anonymize_text_including_proper_nouns_and_addresses(text):
|