Spaces:
Runtime error
Runtime error
thunder-007
commited on
Commit
•
c2c3767
1
Parent(s):
61acc43
Update requirements.txt
Browse files- requirements.txt +10 -73
requirements.txt
CHANGED
@@ -1,76 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
contourpy==1.2.0
|
11 |
-
cycler==0.12.1
|
12 |
-
fastapi==0.109.2
|
13 |
-
ffmpy==0.3.2
|
14 |
-
filelock==3.9.0
|
15 |
-
fonttools==4.49.0
|
16 |
-
fsspec==2024.2.0
|
17 |
-
gradio==4.19.2
|
18 |
-
gradio_client==0.10.1
|
19 |
-
h11==0.14.0
|
20 |
-
httpcore==1.0.4
|
21 |
-
httpx==0.27.0
|
22 |
-
huggingface-hub==0.20.3
|
23 |
-
idna==3.6
|
24 |
-
importlib-resources==6.1.1
|
25 |
-
Jinja2==3.1.2
|
26 |
-
jsonschema==4.21.1
|
27 |
-
jsonschema-specifications==2023.12.1
|
28 |
-
kiwisolver==1.4.5
|
29 |
-
markdown-it-py==3.0.0
|
30 |
-
MarkupSafe==2.1.3
|
31 |
-
matplotlib==3.8.3
|
32 |
-
mdurl==0.1.2
|
33 |
-
mpmath==1.3.0
|
34 |
-
networkx==3.2.1
|
35 |
-
numpy==1.26.3
|
36 |
-
orjson==3.9.15
|
37 |
-
packaging==23.2
|
38 |
-
pandas==2.2.1
|
39 |
-
pillow==10.2.0
|
40 |
-
pydantic==2.6.2
|
41 |
-
pydantic_core==2.16.3
|
42 |
-
pydub==0.25.1
|
43 |
-
Pygments==2.17.2
|
44 |
-
pyparsing==3.1.1
|
45 |
-
python-dateutil==2.8.2
|
46 |
-
python-multipart==0.0.9
|
47 |
-
pytz==2024.1
|
48 |
-
PyYAML==6.0.1
|
49 |
-
referencing==0.33.0
|
50 |
-
regex==2023.12.25
|
51 |
-
requests==2.31.0
|
52 |
-
rich==13.7.0
|
53 |
-
rpds-py==0.18.0
|
54 |
-
ruff==0.2.2
|
55 |
-
safetensors==0.4.2
|
56 |
-
semantic-version==2.10.0
|
57 |
-
shellingham==1.5.4
|
58 |
-
six==1.16.0
|
59 |
-
sniffio==1.3.0
|
60 |
-
starlette==0.36.3
|
61 |
-
sympy==1.12
|
62 |
-
tokenizers==0.15.2
|
63 |
-
tomlkit==0.12.0
|
64 |
-
toolz==0.12.1
|
65 |
git+https://github.com/huggingface/transformers.git
|
66 |
torch
|
67 |
torchvision
|
68 |
-
torchaudio
|
69 |
-
tqdm==4.66.2
|
70 |
-
transformers==4.38.1
|
71 |
-
typer==0.9.0
|
72 |
-
typing_extensions==4.8.0
|
73 |
-
tzdata==2024.1
|
74 |
-
urllib3==2.2.1
|
75 |
-
uvicorn==0.27.1
|
76 |
-
websockets==11.0.3
|
|
|
1 |
+
streamlit==0.84.1
|
2 |
+
Pillow
|
3 |
+
jax[cpu]
|
4 |
+
flax
|
5 |
+
transformers
|
6 |
+
huggingface_hub
|
7 |
+
googletrans==4.0.0-rc1
|
8 |
+
protobuf==3.20
|
9 |
+
torch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
git+https://github.com/huggingface/transformers.git
|
11 |
torch
|
12 |
torchvision
|
13 |
+
torchaudio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|