Spaces:
Running
Running
Update whisper2.py
Browse files- whisper2.py +1 -0
whisper2.py
CHANGED
@@ -2,6 +2,7 @@ from transformers import WhisperForConditionalGeneration, WhisperProcessor
|
|
2 |
import torchaudio
|
3 |
import torch
|
4 |
import librosa
|
|
|
5 |
|
6 |
MODEL_NAME = "openai/whisper-large-v3"
|
7 |
|
|
|
2 |
import torchaudio
|
3 |
import torch
|
4 |
import librosa
|
5 |
+
import ffmpeg
|
6 |
|
7 |
MODEL_NAME = "openai/whisper-large-v3"
|
8 |
|