Spaces:
Paused
Paused
MikeTangoEcho
commited on
Commit
•
8b4aa8a
1
Parent(s):
7dc8950
fix: app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ asr = pipeline(
|
|
23 |
tc_model = "dslim/distilbert-NER"
|
24 |
tc = pipeline(
|
25 |
"token-classification", # ner
|
26 |
-
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 |
|