MikeTangoEcho commited on
Commit
8b4aa8a
1 Parent(s): 7dc8950

fix: app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ asr = pipeline(
23
  tc_model = "dslim/distilbert-NER"
24
  tc = pipeline(
25
  "token-classification", # ner
26
- model=ner_model,
27
  device=device
28
  )
29
 
 
23
  tc_model = "dslim/distilbert-NER"
24
  tc = pipeline(
25
  "token-classification", # ner
26
+ model=tc_model,
27
  device=device
28
  )
29