Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -64
requirements.txt
CHANGED
@@ -1,64 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
charset-normalizer==3.4.0
|
6 |
-
click==8.1.7
|
7 |
-
contourpy==1.3.0
|
8 |
-
cycler==0.12.1
|
9 |
-
exceptiongroup==1.2.2
|
10 |
-
fastapi==0.115.5
|
11 |
-
ffmpy==0.4.0
|
12 |
-
filelock==3.16.1
|
13 |
-
fonttools==4.54.1
|
14 |
-
fsspec==2024.10.0
|
15 |
-
gradio==4.44.1
|
16 |
-
gradio_client==1.3.0
|
17 |
-
h11==0.14.0
|
18 |
-
httpcore==1.0.6
|
19 |
-
httpx==0.27.2
|
20 |
-
huggingface-hub==0.26.2
|
21 |
-
idna==3.10
|
22 |
-
importlib_resources==6.4.5
|
23 |
-
Jinja2==3.1.4
|
24 |
-
kiwisolver==1.4.7
|
25 |
-
markdown-it-py==3.0.0
|
26 |
-
MarkupSafe==2.1.5
|
27 |
-
matplotlib==3.9.2
|
28 |
-
mdurl==0.1.2
|
29 |
-
mpmath==1.3.0
|
30 |
-
networkx==3.2.1
|
31 |
-
numpy==2.0.2
|
32 |
-
orjson==3.10.11
|
33 |
-
packaging==24.2
|
34 |
-
pandas==2.2.3
|
35 |
-
pillow==10.4.0
|
36 |
-
pydantic==2.9.2
|
37 |
-
pydantic_core==2.23.4
|
38 |
-
pydub==0.25.1
|
39 |
-
Pygments==2.18.0
|
40 |
-
pyparsing==3.2.0
|
41 |
-
python-dateutil==2.9.0.post0
|
42 |
-
python-multipart==0.0.17
|
43 |
-
pytz==2024.2
|
44 |
-
PyYAML==6.0.2
|
45 |
-
requests==2.32.3
|
46 |
-
rich==13.9.4
|
47 |
-
ruff==0.7.3
|
48 |
-
semantic-version==2.10.0
|
49 |
-
shellingham==1.5.4
|
50 |
-
six==1.16.0
|
51 |
-
sniffio==1.3.1
|
52 |
-
starlette==0.41.2
|
53 |
-
sympy==1.13.1
|
54 |
-
tomlkit==0.12.0
|
55 |
-
torch==2.5.1
|
56 |
-
tqdm==4.67.0
|
57 |
-
typer==0.13.0
|
58 |
-
typing_extensions==4.12.2
|
59 |
-
tzdata==2024.2
|
60 |
-
unsloth==2024.8
|
61 |
-
urllib3==2.2.3
|
62 |
-
uvicorn==0.32.0
|
63 |
-
websockets==12.0
|
64 |
-
zipp==3.21.0
|
|
|
1 |
+
gradio
|
2 |
+
git+https://github.com/huggingface/transformers.git
|
3 |
+
torch
|
4 |
+
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|