Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +6 -23
requirements.txt
CHANGED
@@ -1,23 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
requests>=2.31.0
|
8 |
-
python-multipart>=0.0.6
|
9 |
-
aiofiles>=23.2.1
|
10 |
-
gradio>=5.31.0
|
11 |
-
pydantic>=2.0.0
|
12 |
-
python-dotenv>=1.0.0
|
13 |
-
starlette>=0.27.0
|
14 |
-
httpx>=0.25.0
|
15 |
-
bs4>=0.0.2
|
16 |
-
selenium>=4.33.0
|
17 |
-
ffmpeg-python>=0.2.0
|
18 |
-
torch>=2.7.1
|
19 |
-
openai-whisper>=20240930
|
20 |
-
pyannote.audio>=3.1.0
|
21 |
-
speechbrain>=0.5.16
|
22 |
-
soundfile>=0.12.1
|
23 |
-
numpy>=1.24.0
|
|
|
1 |
+
gradio>=4.44.0
|
2 |
+
torch
|
3 |
+
transformers
|
4 |
+
numpy
|
5 |
+
requests
|
6 |
+
python-dotenv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|