Baidarkaa commited on
Commit
bc96b03
·
verified ·
1 Parent(s): 2edc127

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  from transformers import pipeline
4
 
5
  TASK = "token-classification"
6
- MODEL_NAME = "dslim/bert-base-NER"
7
  pipe = pipeline(TASK, model=MODEL_NAME)
8
 
9
  MAX_CHARS = 2000
 
3
  from transformers import pipeline
4
 
5
  TASK = "token-classification"
6
+ MODEL_NAME = "tanaos/tanaos-NER-v1"
7
  pipe = pipeline(TASK, model=MODEL_NAME)
8
 
9
  MAX_CHARS = 2000