langdonholmes commited on
Commit
672ac14
1 Parent(s): 40a9cf9

fix requirements

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ st.set_page_config(page_title="Student Name Detector (English)", layout="wide")
96
 
97
  # Side bar
98
  st.sidebar.markdown(
99
- """Detect and anonymize PII in text using an [NLP model](https://huggingface.co/langdonholmes/en_student_name_recognizer) [trained](https://github.com/aialoe/deidentification-pipeline) on student-generated text collected by Coursera.
100
  """
101
  )
102
 
 
96
 
97
  # Side bar
98
  st.sidebar.markdown(
99
+ """Detect and anonymize PII in text using an [NLP model](https://huggingface.co/langdonholmes/en_student_name_detector) [trained](https://github.com/aialoe/deidentification-pipeline) on student-generated text collected by Coursera.
100
  """
101
  )
102
 
requirements.txt CHANGED
@@ -4,4 +4,4 @@ presidio-anonymizer
4
  presidio-analyzer
5
  torch
6
  st-annotated-text
7
- https://huggingface.co/langdonholmes/en_pipeline/resolve/main/en_student_name_detector-any-py3-none-any.whl
 
4
  presidio-analyzer
5
  torch
6
  st-annotated-text
7
+ https://huggingface.co/langdonholmes/en_student_name_detector/resolve/main/en_student_name_detector-any-py3-none-any.whl