Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +6 -10
requirements.txt
CHANGED
@@ -1,14 +1,10 @@
|
|
1 |
-
|
|
|
2 |
openai-whisper>=20231117
|
3 |
-
edge-tts>=6.1.9
|
4 |
transformers>=4.35.2
|
5 |
torch>=2.1.1
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
numpy>=1.26.2
|
10 |
-
tqdm>=4.66.1
|
11 |
ffmpeg-python>=0.2.0
|
12 |
-
|
13 |
-
soundfile>=0.12.1
|
14 |
-
librosa>=0.10.1
|
|
|
1 |
+
fastapi>=0.100.0
|
2 |
+
uvicorn>=0.22.0
|
3 |
openai-whisper>=20231117
|
|
|
4 |
transformers>=4.35.2
|
5 |
torch>=2.1.1
|
6 |
+
pydantic>=1.10.9
|
7 |
+
subprocess>=3.5.0
|
8 |
+
pathlib>=1.0.1
|
|
|
|
|
9 |
ffmpeg-python>=0.2.0
|
10 |
+
tts>=0.3.1
|
|
|
|