Spaces:
Runtime error
Runtime error
fix typo
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ examples = [
|
|
| 73 |
# model="KevinGeng/whipser_medium_en_PAL300_step25",
|
| 74 |
# device=0,
|
| 75 |
# )
|
| 76 |
-
p = pipeline("automatic-speech-
|
| 77 |
|
| 78 |
# WER part
|
| 79 |
transformation = jiwer.Compose(
|
|
|
|
| 73 |
# model="KevinGeng/whipser_medium_en_PAL300_step25",
|
| 74 |
# device=0,
|
| 75 |
# )
|
| 76 |
+
p = pipeline("automatic-speech-recognition")
|
| 77 |
|
| 78 |
# WER part
|
| 79 |
transformation = jiwer.Compose(
|