Spaces:
Sleeping
Sleeping
oceansweep
commited on
Commit
•
573883d
1
Parent(s):
e2366f7
Update requirements.txt
Browse files- requirements.txt +37 -13
requirements.txt
CHANGED
@@ -5,15 +5,23 @@ annotated-types==0.6.0
|
|
5 |
anyio==4.3.0
|
6 |
attrs==23.2.0
|
7 |
av==11.0.0
|
|
|
|
|
8 |
Brotli==1.1.0
|
|
|
9 |
certifi==2024.2.2
|
|
|
10 |
charset-normalizer==3.3.2
|
11 |
click==8.1.7
|
12 |
colorama==0.4.6
|
13 |
coloredlogs==15.0.1
|
14 |
contourpy==1.2.1
|
|
|
15 |
ctranslate2==4.2.1
|
16 |
cycler==0.12.1
|
|
|
|
|
|
|
17 |
dnspython==2.6.1
|
18 |
email_validator==2.1.1
|
19 |
fastapi==0.111.0
|
@@ -26,11 +34,11 @@ fire==0.6.0
|
|
26 |
flatbuffers==24.3.25
|
27 |
fonttools==4.51.0
|
28 |
fsspec==2024.3.1
|
29 |
-
gradio
|
30 |
-
|
31 |
-
|
32 |
-
#gradio_client==0.16.1
|
33 |
h11==0.14.0
|
|
|
34 |
httpcore==1.0.5
|
35 |
httptools==0.6.1
|
36 |
httpx==0.27.0
|
@@ -41,22 +49,30 @@ importlib_resources==6.4.0
|
|
41 |
Jinja2==3.1.3
|
42 |
jsonschema==4.22.0
|
43 |
jsonschema-specifications==2023.12.1
|
|
|
44 |
kiwisolver==1.4.5
|
|
|
45 |
markdown-it-py==3.0.0
|
46 |
MarkupSafe==2.1.5
|
47 |
matplotlib==3.8.4
|
48 |
mdurl==0.1.2
|
49 |
mpmath==1.3.0
|
|
|
50 |
mutagen==1.47.0
|
51 |
networkx==3.3
|
|
|
52 |
numpy==1.26.4
|
53 |
onnxruntime==1.17.3
|
|
|
54 |
orjson==3.10.3
|
|
|
55 |
packaging==24.0
|
56 |
pandas==2.2.2
|
57 |
pillow==10.3.0
|
|
|
58 |
protobuf==5.26.1
|
59 |
psutil==5.9.8
|
|
|
60 |
pycryptodomex==3.20.0
|
61 |
pydantic==2.7.1
|
62 |
pydantic_core==2.18.2
|
@@ -65,6 +81,7 @@ pyee==11.1.0
|
|
65 |
Pygments==2.18.0
|
66 |
pyparsing==3.1.2
|
67 |
pyreadline3==3.4.1
|
|
|
68 |
python-dateutil==2.9.0.post0
|
69 |
python-dotenv==1.0.1
|
70 |
python-ffmpeg==2.0.12
|
@@ -78,35 +95,42 @@ rich==13.7.1
|
|
78 |
rpds-py==0.18.1
|
79 |
ruff==0.4.3
|
80 |
safetensors==0.4.2
|
|
|
81 |
semantic-version==2.10.0
|
82 |
sentencepiece==0.2.0
|
83 |
setuptools==69.5.1
|
84 |
shellingham==1.5.4
|
85 |
six==1.16.0
|
86 |
sniffio==1.3.1
|
|
|
|
|
87 |
starlette==0.37.2
|
88 |
sympy==1.12
|
89 |
termcolor==2.4.0
|
|
|
90 |
timm==0.9.16
|
|
|
91 |
tokenizers==0.15.2
|
92 |
tomlkit==0.12.0
|
93 |
toolz==0.12.1
|
|
|
|
|
94 |
torchvision==0.17.2
|
95 |
tqdm==4.66.2
|
|
|
96 |
transformers==4.39.3
|
|
|
|
|
97 |
typer==0.12.3
|
98 |
typing_extensions==4.11.0
|
99 |
tzdata==2024.1
|
|
|
100 |
ujson==5.9.0
|
|
|
101 |
urllib3==2.2.1
|
102 |
uvicorn==0.29.0
|
103 |
watchfiles==0.21.0
|
104 |
-
websockets
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
--extra-index-url https://download.pytorch.org/whl/cu113
|
109 |
-
torch
|
110 |
-
torchaudio
|
111 |
-
#torch==2.2.2+cu121
|
112 |
-
#torchaudio==2.2.2+cu121
|
|
|
5 |
anyio==4.3.0
|
6 |
attrs==23.2.0
|
7 |
av==11.0.0
|
8 |
+
Babel==2.15.0
|
9 |
+
beautifulsoup4==4.12.3
|
10 |
Brotli==1.1.0
|
11 |
+
bs4==0.0.2
|
12 |
certifi==2024.2.2
|
13 |
+
cffi==1.16.0
|
14 |
charset-normalizer==3.3.2
|
15 |
click==8.1.7
|
16 |
colorama==0.4.6
|
17 |
coloredlogs==15.0.1
|
18 |
contourpy==1.2.1
|
19 |
+
courlan==1.1.0
|
20 |
ctranslate2==4.2.1
|
21 |
cycler==0.12.1
|
22 |
+
dateparser==1.2.0
|
23 |
+
Deprecated==1.2.14
|
24 |
+
distro==1.9.0
|
25 |
dnspython==2.6.1
|
26 |
email_validator==2.1.1
|
27 |
fastapi==0.111.0
|
|
|
34 |
flatbuffers==24.3.25
|
35 |
fonttools==4.51.0
|
36 |
fsspec==2024.3.1
|
37 |
+
gradio==4.31.4
|
38 |
+
gradio_client==0.16.4
|
39 |
+
greenlet==3.0.3
|
|
|
40 |
h11==0.14.0
|
41 |
+
htmldate==1.8.1
|
42 |
httpcore==1.0.5
|
43 |
httptools==0.6.1
|
44 |
httpx==0.27.0
|
|
|
49 |
Jinja2==3.1.3
|
50 |
jsonschema==4.22.0
|
51 |
jsonschema-specifications==2023.12.1
|
52 |
+
jusText==3.0.1
|
53 |
kiwisolver==1.4.5
|
54 |
+
lxml==5.1.1
|
55 |
markdown-it-py==3.0.0
|
56 |
MarkupSafe==2.1.5
|
57 |
matplotlib==3.8.4
|
58 |
mdurl==0.1.2
|
59 |
mpmath==1.3.0
|
60 |
+
mss==9.0.1
|
61 |
mutagen==1.47.0
|
62 |
networkx==3.3
|
63 |
+
nodriver==0.29rc2
|
64 |
numpy==1.26.4
|
65 |
onnxruntime==1.17.3
|
66 |
+
openai==1.30.1
|
67 |
orjson==3.10.3
|
68 |
+
outcome==1.3.0.post0
|
69 |
packaging==24.0
|
70 |
pandas==2.2.2
|
71 |
pillow==10.3.0
|
72 |
+
playwright==1.44.0
|
73 |
protobuf==5.26.1
|
74 |
psutil==5.9.8
|
75 |
+
pycparser==2.22
|
76 |
pycryptodomex==3.20.0
|
77 |
pydantic==2.7.1
|
78 |
pydantic_core==2.18.2
|
|
|
81 |
Pygments==2.18.0
|
82 |
pyparsing==3.1.2
|
83 |
pyreadline3==3.4.1
|
84 |
+
PySocks==1.7.1
|
85 |
python-dateutil==2.9.0.post0
|
86 |
python-dotenv==1.0.1
|
87 |
python-ffmpeg==2.0.12
|
|
|
95 |
rpds-py==0.18.1
|
96 |
ruff==0.4.3
|
97 |
safetensors==0.4.2
|
98 |
+
selenium==4.21.0
|
99 |
semantic-version==2.10.0
|
100 |
sentencepiece==0.2.0
|
101 |
setuptools==69.5.1
|
102 |
shellingham==1.5.4
|
103 |
six==1.16.0
|
104 |
sniffio==1.3.1
|
105 |
+
sortedcontainers==2.4.0
|
106 |
+
soupsieve==2.5
|
107 |
starlette==0.37.2
|
108 |
sympy==1.12
|
109 |
termcolor==2.4.0
|
110 |
+
tiktoken==0.7.0
|
111 |
timm==0.9.16
|
112 |
+
tld==0.13
|
113 |
tokenizers==0.15.2
|
114 |
tomlkit==0.12.0
|
115 |
toolz==0.12.1
|
116 |
+
torch==2.2.2+cu121
|
117 |
+
torchaudio==2.2.2+cu121
|
118 |
torchvision==0.17.2
|
119 |
tqdm==4.66.2
|
120 |
+
trafilatura==1.9.0
|
121 |
transformers==4.39.3
|
122 |
+
trio==0.25.1
|
123 |
+
trio-websocket==0.11.1
|
124 |
typer==0.12.3
|
125 |
typing_extensions==4.11.0
|
126 |
tzdata==2024.1
|
127 |
+
tzlocal==5.2
|
128 |
ujson==5.9.0
|
129 |
+
undetected-chromedriver==3.5.5
|
130 |
urllib3==2.2.1
|
131 |
uvicorn==0.29.0
|
132 |
watchfiles==0.21.0
|
133 |
+
websockets==11.0.3
|
134 |
+
wrapt==1.16.0
|
135 |
+
wsproto==1.2.0
|
136 |
+
yt-dlp==2024.4.9
|
|
|
|
|
|
|
|
|
|