mirror of
https://github.com/TMElyralab/MuseTalk.git
synced 2026-02-05 18:09:19 +08:00
initial_commit
This commit is contained in:
5
musetalk/whisper/whisper.egg-info/PKG-INFO
Normal file
5
musetalk/whisper/whisper.egg-info/PKG-INFO
Normal file
@@ -0,0 +1,5 @@
|
||||
Metadata-Version: 2.1
|
||||
Name: whisper
|
||||
Version: 1.0
|
||||
Author: OpenAI
|
||||
Provides-Extra: dev
|
||||
18
musetalk/whisper/whisper.egg-info/SOURCES.txt
Normal file
18
musetalk/whisper/whisper.egg-info/SOURCES.txt
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
1
musetalk/whisper/whisper.egg-info/dependency_links.txt
Normal file
1
musetalk/whisper/whisper.egg-info/dependency_links.txt
Normal file
@@ -0,0 +1 @@
|
||||
|
||||
2
musetalk/whisper/whisper.egg-info/entry_points.txt
Normal file
2
musetalk/whisper/whisper.egg-info/entry_points.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
[console_scripts]
|
||||
whisper = whisper.transcribe:cli
|
||||
9
musetalk/whisper/whisper.egg-info/requires.txt
Normal file
9
musetalk/whisper/whisper.egg-info/requires.txt
Normal file
@@ -0,0 +1,9 @@
|
||||
numpy
|
||||
torch
|
||||
tqdm
|
||||
more-itertools
|
||||
transformers>=4.19.0
|
||||
ffmpeg-python==0.2.0
|
||||
|
||||
[dev]
|
||||
pytest
|
||||
1
musetalk/whisper/whisper.egg-info/top_level.txt
Normal file
1
musetalk/whisper/whisper.egg-info/top_level.txt
Normal file
@@ -0,0 +1 @@
|
||||
whisper
|
||||
Reference in New Issue
Block a user