Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- requirements.txt +78 -0
requirements.txt
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
annotated-types==0.7.0
|
3 |
+
anyio==4.8.0
|
4 |
+
audioread==3.0.1
|
5 |
+
certifi==2025.1.31
|
6 |
+
cffi==1.17.1
|
7 |
+
charset-normalizer==3.4.1
|
8 |
+
click==8.1.8
|
9 |
+
decorator==5.1.1
|
10 |
+
fastapi==0.115.8
|
11 |
+
ffmpy==0.5.0
|
12 |
+
filelock==3.17.0
|
13 |
+
fsspec==2025.2.0
|
14 |
+
gradio==5.16.0
|
15 |
+
gradio_client==1.7.0
|
16 |
+
h11==0.14.0
|
17 |
+
httpcore==1.0.7
|
18 |
+
httpx==0.28.1
|
19 |
+
huggingface-hub==0.28.1
|
20 |
+
idna==3.10
|
21 |
+
Jinja2==3.1.5
|
22 |
+
joblib==1.4.2
|
23 |
+
lazy_loader==0.4
|
24 |
+
librosa==0.10.2.post1
|
25 |
+
llvmlite==0.44.0
|
26 |
+
markdown-it-py==3.0.0
|
27 |
+
MarkupSafe==2.1.5
|
28 |
+
mdurl==0.1.2
|
29 |
+
more-itertools==10.6.0
|
30 |
+
mpmath==1.3.0
|
31 |
+
msgpack==1.1.0
|
32 |
+
networkx==3.4.2
|
33 |
+
numba==0.61.0
|
34 |
+
numpy==2.1.3
|
35 |
+
ollama==0.4.7
|
36 |
+
openai-whisper==20240930
|
37 |
+
orjson==3.10.15
|
38 |
+
packaging==24.2
|
39 |
+
pandas==2.2.3
|
40 |
+
pillow==11.1.0
|
41 |
+
platformdirs==4.3.6
|
42 |
+
pooch==1.8.2
|
43 |
+
pycparser==2.22
|
44 |
+
pydantic==2.10.6
|
45 |
+
pydantic_core==2.27.2
|
46 |
+
pydub==0.25.1
|
47 |
+
Pygments==2.19.1
|
48 |
+
python-dateutil==2.9.0.post0
|
49 |
+
python-multipart==0.0.20
|
50 |
+
pytz==2025.1
|
51 |
+
PyYAML==6.0.2
|
52 |
+
regex==2024.11.6
|
53 |
+
requests==2.32.3
|
54 |
+
rich==13.9.4
|
55 |
+
ruff==0.9.6
|
56 |
+
safehttpx==0.1.6
|
57 |
+
scikit-learn==1.6.1
|
58 |
+
scipy==1.15.1
|
59 |
+
semantic-version==2.10.0
|
60 |
+
setuptools==75.8.0
|
61 |
+
shellingham==1.5.4
|
62 |
+
six==1.17.0
|
63 |
+
sniffio==1.3.1
|
64 |
+
soundfile==0.13.1
|
65 |
+
soxr==0.5.0.post1
|
66 |
+
starlette==0.45.3
|
67 |
+
sympy==1.13.1
|
68 |
+
threadpoolctl==3.5.0
|
69 |
+
tiktoken==0.8.0
|
70 |
+
tomlkit==0.13.2
|
71 |
+
torch==2.6.0
|
72 |
+
tqdm==4.67.1
|
73 |
+
typer==0.15.1
|
74 |
+
typing_extensions==4.12.2
|
75 |
+
tzdata==2025.1
|
76 |
+
urllib3==2.3.0
|
77 |
+
uvicorn==0.34.0
|
78 |
+
websockets==14.2
|