Run some automatic tests with GitHub Actions (#68)
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
from faster_whisper.audio import decode_audio
|
||||
from faster_whisper.transcribe import WhisperModel
|
||||
from faster_whisper.utils import format_timestamp
|
||||
|
||||
__all__ = [
|
||||
"decode_audio",
|
||||
"WhisperModel",
|
||||
"format_timestamp",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user