hewliyang commited on
Commit
21f0bae
1 Parent(s): 0323180

switch back to whisper-medium

Browse files
Files changed (3) hide show
  1. app.py +1 -1
  2. dev.ipynb +0 -0
  3. example.wav +0 -0
app.py CHANGED
@@ -16,7 +16,7 @@ print(f"Using {device} with fp {torch_dtype}")
16
  # load speech translation checkpoint
17
  asr_pipe = pipeline( # noqa: F821
18
  "automatic-speech-recognition",
19
- model="openai/whisper-large-v3",
20
  device=device,
21
  torch_dtype=torch_dtype,
22
  )
 
16
  # load speech translation checkpoint
17
  asr_pipe = pipeline( # noqa: F821
18
  "automatic-speech-recognition",
19
+ model="openai/whisper-medium",
20
  device=device,
21
  torch_dtype=torch_dtype,
22
  )
dev.ipynb DELETED
The diff for this file is too large to render. See raw diff
 
example.wav DELETED
Binary file (263 kB)