Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +22 -1
requirements.txt
CHANGED
@@ -1,2 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
fastapi
|
2 |
-
uvicorn
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
librosa==0.9.1
|
2 |
+
faster-whisper==0.9.0
|
3 |
+
pydub==0.25.1
|
4 |
+
wavmark==0.0.2
|
5 |
+
numpy==1.22.0
|
6 |
+
eng_to_ipa==0.0.2
|
7 |
+
inflect==7.0.0
|
8 |
+
unidecode==1.3.7
|
9 |
+
whisper-timestamped==1.14.2
|
10 |
+
openai
|
11 |
+
python-dotenv
|
12 |
+
pypinyin==0.50.0
|
13 |
+
cn2an==0.5.22
|
14 |
+
jieba==0.42.1
|
15 |
+
gradio==3.50.2
|
16 |
+
ffmpeg-python
|
17 |
fastapi
|
18 |
+
uvicorn
|
19 |
+
torch
|
20 |
+
langid
|
21 |
+
requests
|
22 |
+
uvicorn[standard]
|
23 |
+
webrtcvad
|