Files
whisperX/whisperx/__main__.py

5 lines
36 B
Python
Raw Normal View History

2022-12-14 18:59:12 +00:00
from .transcribe import cli
cli()