notescriber/load_model.py

3 lines
71 B
Python
Executable File

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