hewliyang
commited on
Commit
•
21f0bae
1
Parent(s):
0323180
switch back to whisper-medium
Browse files- app.py +1 -1
- dev.ipynb +0 -0
- 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-
|
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)
|
|