beki commited on
Commit
ecbdea7
·
1 Parent(s): 9b4db1f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ st.set_page_config(page_title="Presidio demo (English)", layout="wide")
60
  # Side bar
61
  st.sidebar.markdown(
62
  """
63
- Anonymize PII entities in with [presidio](https://aka.ms/presidio), spaCy and a [PII protocol trace detection model](https://huggingface.co/beki/flair-ner-debug-english) trained on data generated by [privy](https://github.com/pixie-io/pixie/tree/main/src/datagen/pii/privy).
64
  """
65
  )
66
 
 
60
  # Side bar
61
  st.sidebar.markdown(
62
  """
63
+ Anonymize PII entities in text with [presidio](https://aka.ms/presidio), spaCy and a [PII detection model](https://huggingface.co/beki/flair-pii-english) trained on protocol trace data generated by [privy](https://github.com/pixie-io/pixie/tree/main/src/datagen/pii/privy).
64
  """
65
  )
66