notescriber/load_model.py

3 lines
71 B
Python
Raw Normal View History

#!/usr/bin/env python
import whisper
model = whisper.load_model("base")