3 lines
71 B
Python
3 lines
71 B
Python
|
#!/usr/bin/env python
|
||
|
import whisper
|
||
|
model = whisper.load_model("base")
|