Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,6 @@ from transformers import pipeline
|
|
13 |
p = pipeline(
|
14 |
"automatic-speech-recognition",
|
15 |
model="KevinGeng/whipser_medium_en_PAL300_step25",
|
16 |
-
device=0,
|
17 |
)
|
18 |
# WER part
|
19 |
transformation = jiwer.Compose([
|
|
|
13 |
p = pipeline(
|
14 |
"automatic-speech-recognition",
|
15 |
model="KevinGeng/whipser_medium_en_PAL300_step25",
|
|
|
16 |
)
|
17 |
# WER part
|
18 |
transformation = jiwer.Compose([
|