jynzo94
commited on
Commit
·
3cc55ba
1
Parent(s):
7e5e60c
update requirements
Browse files- requirements.txt +5 -66
requirements.txt
CHANGED
@@ -1,66 +1,5 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
charset-normalizer==3.4.1
|
7 |
-
click==8.1.8
|
8 |
-
exceptiongroup==1.2.2
|
9 |
-
fastapi==0.115.8
|
10 |
-
ffmpy==0.5.0
|
11 |
-
filelock==3.17.0
|
12 |
-
Flask==3.1.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 |
-
itsdangerous==2.2.0
|
22 |
-
Jinja2==3.1.5
|
23 |
-
markdown-it-py==3.0.0
|
24 |
-
MarkupSafe==2.1.5
|
25 |
-
mdurl==0.1.2
|
26 |
-
mpmath==1.3.0
|
27 |
-
networkx==3.4.2
|
28 |
-
numpy==2.2.3
|
29 |
-
orjson==3.10.15
|
30 |
-
packaging==24.2
|
31 |
-
pandas==2.2.3
|
32 |
-
pillow==11.1.0
|
33 |
-
pydantic==2.10.6
|
34 |
-
pydantic_core==2.27.2
|
35 |
-
pydub==0.25.1
|
36 |
-
Pygments==2.19.1
|
37 |
-
python-dateutil==2.9.0.post0
|
38 |
-
python-multipart==0.0.20
|
39 |
-
pytz==2025.1
|
40 |
-
PyYAML==6.0.2
|
41 |
-
regex==2024.11.6
|
42 |
-
requests==2.32.3
|
43 |
-
rich==13.9.4
|
44 |
-
ruff==0.9.6
|
45 |
-
safehttpx==0.1.6
|
46 |
-
safetensors==0.5.2
|
47 |
-
semantic-version==2.10.0
|
48 |
-
shellingham==1.5.4
|
49 |
-
six==1.17.0
|
50 |
-
sniffio==1.3.1
|
51 |
-
starlette==0.45.3
|
52 |
-
sympy==1.13.1
|
53 |
-
tokenizers==0.21.0
|
54 |
-
tomlkit==0.13.2
|
55 |
-
torch==2.6.0
|
56 |
-
torchaudio==2.6.0
|
57 |
-
torchvision==0.21.0
|
58 |
-
tqdm==4.67.1
|
59 |
-
transformers==4.49.0
|
60 |
-
typer==0.15.1
|
61 |
-
typing_extensions==4.12.2
|
62 |
-
tzdata==2025.1
|
63 |
-
urllib3==2.3.0
|
64 |
-
uvicorn==0.34.0
|
65 |
-
websockets==14.2
|
66 |
-
Werkzeug==3.1.3
|
|
|
1 |
+
gradio
|
2 |
+
torch
|
3 |
+
transformers
|
4 |
+
sentencepiece
|
5 |
+
protobuf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|