lhoestq HF staff commited on
Commit
6c6da17
1 Parent(s): 0d3784b

Update analyze.py

Browse files
Files changed (1) hide show
  1. analyze.py +1 -1
analyze.py CHANGED
@@ -10,7 +10,7 @@ from presidio_analyzer import AnalyzerEngine, BatchAnalyzerEngine, RecognizerRes
10
  Row = dict[str, Any]
11
  T = TypeVar("T")
12
  BATCH_SIZE = 1
13
- MAX_TEXT_LENGTH = 3000
14
  batch_analyzer: Optional[BatchAnalyzerEngine] = None
15
 
16
 
 
10
  Row = dict[str, Any]
11
  T = TypeVar("T")
12
  BATCH_SIZE = 1
13
+ MAX_TEXT_LENGTH = 500
14
  batch_analyzer: Optional[BatchAnalyzerEngine] = None
15
 
16