-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions <[email protected]>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule whisperX
updated
10 files
+35 −0 | .github/workflows/build-and-release.yml | |
+32 −0 | .github/workflows/python-compatibility.yml | |
+170 −2 | .gitignore | |
+0 −3 | MANIFEST.in | |
+28 −9 | README.md | |
+2 −2 | requirements.txt | |
+9 −6 | setup.py | |
+2 −2 | whisperx/alignment.py | |
+9 −2 | whisperx/asr.py | |
+2 −1 | whisperx/transcribe.py |