bluuebunny commited on
Commit
5a69c8b
·
verified ·
1 Parent(s): c94dde8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -219,7 +219,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
219
  gr.Markdown("""
220
  1. The PDF pages are converted to images.
221
  2. EasyOCR is run on the converted images to extract text.
222
- 3. "FacebookAI/xlm-roberta-large-finetuned-conll03-english" model does the token classification.
223
  4. Non-recoverable mask is applied to identified elements.
224
  """)
225
 
 
219
  gr.Markdown("""
220
  1. The PDF pages are converted to images.
221
  2. EasyOCR is run on the converted images to extract text.
222
+ 3. "dslim/distilbert-NER" model does the token classification.
223
  4. Non-recoverable mask is applied to identified elements.
224
  """)
225