Commit
•
8b6593e
1
Parent(s):
692ba36
Update README.md
Browse files
README.md
CHANGED
@@ -363,7 +363,7 @@ can be run with batched inference. It can also be extended to predict sequence l
|
|
363 |
|
364 |
>>> pipe = pipeline(
|
365 |
>>> "automatic-speech-recognition",
|
366 |
-
>>> model="openai/whisper-
|
367 |
>>> chunk_length_s=30,
|
368 |
>>> device=device,
|
369 |
>>> )
|
|
|
363 |
|
364 |
>>> pipe = pipeline(
|
365 |
>>> "automatic-speech-recognition",
|
366 |
+
>>> model="openai/whisper-medium",
|
367 |
>>> chunk_length_s=30,
|
368 |
>>> device=device,
|
369 |
>>> )
|