Spaces:
Running
on
Zero
Running
on
Zero
add requirements
Browse files- requirements.txt +4 -63
requirements.txt
CHANGED
@@ -1,63 +1,4 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
charset-normalizer==3.4.1
|
6 |
-
click==8.1.8
|
7 |
-
fastapi==0.115.12
|
8 |
-
ffmpy==0.5.0
|
9 |
-
filelock==3.18.0
|
10 |
-
fsspec==2025.3.2
|
11 |
-
gradio==5.28.0
|
12 |
-
gradio-client==1.10.0
|
13 |
-
groovy==0.1.2
|
14 |
-
h11==0.16.0
|
15 |
-
httpcore==1.0.9
|
16 |
-
httpx==0.28.1
|
17 |
-
huggingface-hub==0.30.2
|
18 |
-
idna==3.10
|
19 |
-
jinja2==3.1.6
|
20 |
-
markdown-it-py==3.0.0
|
21 |
-
markupsafe==3.0.2
|
22 |
-
mdurl==0.1.2
|
23 |
-
mpmath==1.3.0
|
24 |
-
networkx==3.4.2
|
25 |
-
numpy==2.2.5
|
26 |
-
orjson==3.10.18
|
27 |
-
packaging==25.0
|
28 |
-
pandas==2.2.3
|
29 |
-
pillow==11.2.1
|
30 |
-
pydantic==2.11.4
|
31 |
-
pydantic-core==2.33.2
|
32 |
-
pydub==0.25.1
|
33 |
-
pygments==2.19.1
|
34 |
-
python-dateutil==2.9.0.post0
|
35 |
-
python-multipart==0.0.20
|
36 |
-
pytz==2025.2
|
37 |
-
pyyaml==6.0.2
|
38 |
-
regex==2024.11.6
|
39 |
-
requests==2.32.3
|
40 |
-
rich==14.0.0
|
41 |
-
ruff==0.11.8
|
42 |
-
safehttpx==0.1.6
|
43 |
-
safetensors==0.5.3
|
44 |
-
semantic-version==2.10.0
|
45 |
-
setuptools==80.1.0
|
46 |
-
shellingham==1.5.4
|
47 |
-
six==1.17.0
|
48 |
-
sniffio==1.3.1
|
49 |
-
starlette==0.46.2
|
50 |
-
sympy==1.14.0
|
51 |
-
tokenizers==0.21.1
|
52 |
-
tomlkit==0.13.2
|
53 |
-
torch==2.7.0
|
54 |
-
torchvision==0.22.0
|
55 |
-
tqdm==4.67.1
|
56 |
-
transformers @ git+https://github.com/huggingface/transformers@ee25d57ed18f2dc06e88bd041830c6a32f80ff88
|
57 |
-
typer==0.15.3
|
58 |
-
typing-extensions==4.13.2
|
59 |
-
typing-inspection==0.4.0
|
60 |
-
tzdata==2025.2
|
61 |
-
urllib3==2.4.0
|
62 |
-
uvicorn==0.34.2
|
63 |
-
websockets==15.0.1
|
|
|
1 |
+
gradio
|
2 |
+
transformers @ git+https://github.com/huggingface/transformers
|
3 |
+
torch
|
4 |
+
torchvision
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|