Spaces:
Running
Running
Update presidio_streamlit.py
Browse files- presidio_streamlit.py +1 -1
presidio_streamlit.py
CHANGED
@@ -301,7 +301,7 @@ try:
|
|
301 |
st_analyze_results = analyze(
|
302 |
*analyzer_params,
|
303 |
text=st_text,
|
304 |
-
entities=st_entities,
|
305 |
language="en",
|
306 |
score_threshold=st_threshold,
|
307 |
return_decision_process=st_return_decision_process,
|
|
|
301 |
st_analyze_results = analyze(
|
302 |
*analyzer_params,
|
303 |
text=st_text,
|
304 |
+
# entities=st_entities,
|
305 |
language="en",
|
306 |
score_threshold=st_threshold,
|
307 |
return_decision_process=st_return_decision_process,
|