Spaces:
Runtime error
Runtime error
Paulie-Aditya
commited on
Commit
β’
c192860
1
Parent(s):
a88b5a8
added req
Browse files- requirements.txt +60 -1
requirements.txt
CHANGED
@@ -1 +1,60 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.2.1
|
2 |
+
annotated-types==0.7.0
|
3 |
+
anyio==4.7.0
|
4 |
+
certifi==2024.12.14
|
5 |
+
charset-normalizer==3.4.1
|
6 |
+
click==8.1.8
|
7 |
+
colorama==0.4.6
|
8 |
+
fastapi==0.115.6
|
9 |
+
ffmpy==0.5.0
|
10 |
+
filelock==3.16.1
|
11 |
+
fsspec==2024.12.0
|
12 |
+
gradio==5.9.1
|
13 |
+
gradio_client==1.5.2
|
14 |
+
h11==0.14.0
|
15 |
+
httpcore==1.0.7
|
16 |
+
httpx==0.28.1
|
17 |
+
huggingface-hub==0.27.0
|
18 |
+
idna==3.10
|
19 |
+
Jinja2==3.1.5
|
20 |
+
markdown-it-py==3.0.0
|
21 |
+
MarkupSafe==2.1.5
|
22 |
+
mdurl==0.1.2
|
23 |
+
mpmath==1.3.0
|
24 |
+
networkx==3.4.2
|
25 |
+
numpy==2.2.1
|
26 |
+
orjson==3.10.12
|
27 |
+
packaging==24.2
|
28 |
+
pandas==2.2.3
|
29 |
+
pillow==11.0.0
|
30 |
+
pydantic==2.10.4
|
31 |
+
pydantic_core==2.27.2
|
32 |
+
pydub==0.25.1
|
33 |
+
Pygments==2.18.0
|
34 |
+
python-dateutil==2.9.0.post0
|
35 |
+
python-multipart==0.0.20
|
36 |
+
pytz==2024.2
|
37 |
+
PyYAML==6.0.2
|
38 |
+
regex==2024.11.6
|
39 |
+
requests==2.32.3
|
40 |
+
rich==13.9.4
|
41 |
+
ruff==0.8.4
|
42 |
+
safehttpx==0.1.6
|
43 |
+
safetensors==0.4.5
|
44 |
+
semantic-version==2.10.0
|
45 |
+
shellingham==1.5.4
|
46 |
+
six==1.17.0
|
47 |
+
sniffio==1.3.1
|
48 |
+
starlette==0.41.3
|
49 |
+
sympy==1.13.1
|
50 |
+
tokenizers==0.21.0
|
51 |
+
tomlkit==0.13.2
|
52 |
+
torch==2.5.1
|
53 |
+
tqdm==4.67.1
|
54 |
+
transformers==4.47.1
|
55 |
+
typer==0.15.1
|
56 |
+
typing_extensions==4.12.2
|
57 |
+
tzdata==2024.2
|
58 |
+
urllib3==2.3.0
|
59 |
+
uvicorn==0.34.0
|
60 |
+
websockets==14.1
|