test1 / dummy.py
Aniket Sirsikar
Clean commit without venv
9b73f19
Raw
History Blame Contribute Delete
145 Bytes
import whisper
model = whisper.load_model("tiny")
# Test fallback to soundfile if torchaudio/ffmpeg not available
print("Whisper model loaded.")