Update requirements.txt
Browse files- requirements.txt +1 -20
requirements.txt
CHANGED
@@ -1,23 +1,3 @@
|
|
1 |
-
torch==2.2.0
|
2 |
-
torchaudio==2.2.0
|
3 |
-
transformers==4.39.3
|
4 |
-
gradio==4.25.0
|
5 |
-
soundfile==0.12.1
|
6 |
-
scipy==1.13.0
|
7 |
-
numba==0.59.1
|
8 |
-
matplotlib==3.8.4
|
9 |
-
openai-whisper
|
10 |
-
ffmpeg-python
|
11 |
-
sentencepiece
|
12 |
-
faster-whisper
|
13 |
-
inflect
|
14 |
-
unicodedata2
|
15 |
-
Unidecode
|
16 |
-
eng_to_ipa
|
17 |
-
pypinyin
|
18 |
-
jieba
|
19 |
-
cn2an
|
20 |
-
whisper-timestamped
|
21 |
librosa==0.9.1
|
22 |
faster-whisper==0.9.0
|
23 |
pydub==0.25.1
|
@@ -32,4 +12,5 @@ python-dotenv
|
|
32 |
pypinyin==0.50.0
|
33 |
cn2an==0.5.22
|
34 |
jieba==0.42.1
|
|
|
35 |
langid==1.1.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
librosa==0.9.1
|
2 |
faster-whisper==0.9.0
|
3 |
pydub==0.25.1
|
|
|
12 |
pypinyin==0.50.0
|
13 |
cn2an==0.5.22
|
14 |
jieba==0.42.1
|
15 |
+
gradio==3.48.0
|
16 |
langid==1.1.6
|