mirror of
https://github.com/TMElyralab/MuseTalk.git
synced 2026-02-05 18:09:19 +08:00
18 lines
442 B
Plaintext
18 lines
442 B
Plaintext
setup.py
|
|
whisper/__init__.py
|
|
whisper/__main__.py
|
|
whisper/audio.py
|
|
whisper/decoding.py
|
|
whisper/model.py
|
|
whisper/tokenizer.py
|
|
whisper/transcribe.py
|
|
whisper/utils.py
|
|
whisper.egg-info/PKG-INFO
|
|
whisper.egg-info/SOURCES.txt
|
|
whisper.egg-info/dependency_links.txt
|
|
whisper.egg-info/entry_points.txt
|
|
whisper.egg-info/requires.txt
|
|
whisper.egg-info/top_level.txt
|
|
whisper/normalizers/__init__.py
|
|
whisper/normalizers/basic.py
|
|
whisper/normalizers/english.py |