Straive-Kripa commited on
Commit
b04e78f
1 Parent(s): 9aa6b4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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):