File size: 5,118 Bytes
e111d94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1e53571
e111d94
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
# This file was autogenerated by uv via the following command:
#    uv pip compile --output-file requirements.txt pyproject.toml
aiofiles==23.2.1
    # via gradio
altair==5.3.0
    # via gradio
annotated-types==0.7.0
    # via pydantic
anyio==4.4.0
    # via
    #   httpx
    #   starlette
    #   watchfiles
attrs==23.2.0
    # via
    #   jsonschema
    #   referencing
av==12.1.0
    # via faster-whisper
certifi==2024.6.2
    # via
    #   httpcore
    #   httpx
    #   requests
cffi==1.16.0
    # via soundfile
charset-normalizer==3.3.2
    # via requests
click==8.1.7
    # via
    #   typer
    #   uvicorn
coloredlogs==15.0.1
    # via onnxruntime
contourpy==1.2.1
    # via matplotlib
ctranslate2==4.2.1
    # via faster-whisper
cycler==0.12.1
    # via matplotlib
dnspython==2.6.1
    # via email-validator
email-validator==2.1.1
    # via fastapi
fastapi==0.111.0
    # via
    #   faster-whisper-server (pyproject.toml)
    #   gradio
fastapi-cli==0.0.4
    # via fastapi
faster-whisper==1.0.3
    # via faster-whisper-server (pyproject.toml)
ffmpy==0.3.2
    # via gradio
filelock==3.15.1
    # via huggingface-hub
flatbuffers==24.3.25
    # via onnxruntime
fonttools==4.53.0
    # via matplotlib
fsspec==2024.6.0
    # via
    #   gradio-client
    #   huggingface-hub
gradio==4.36.1
    # via faster-whisper-server (pyproject.toml)
gradio-client==1.0.1
    # via gradio
h11==0.14.0
    # via
    #   httpcore
    #   uvicorn
httpcore==1.0.5
    # via httpx
httptools==0.6.1
    # via uvicorn
httpx==0.27.0
    # via
    #   faster-whisper-server (pyproject.toml)
    #   fastapi
    #   gradio
    #   gradio-client
httpx-sse==0.4.0
    # via faster-whisper-server (pyproject.toml)
huggingface-hub==0.23.4
    # via
    #   faster-whisper-server (pyproject.toml)
    #   faster-whisper
    #   gradio
    #   gradio-client
    #   tokenizers
humanfriendly==10.0
    # via coloredlogs
idna==3.7
    # via
    #   anyio
    #   email-validator
    #   httpx
    #   requests
importlib-resources==6.4.0
    # via gradio
jinja2==3.1.4
    # via
    #   altair
    #   fastapi
    #   gradio
jsonschema==4.22.0
    # via altair
jsonschema-specifications==2023.12.1
    # via jsonschema
kiwisolver==1.4.5
    # via matplotlib
markdown-it-py==3.0.0
    # via rich
markupsafe==2.1.5
    # via
    #   gradio
    #   jinja2
matplotlib==3.9.0
    # via gradio
mdurl==0.1.2
    # via markdown-it-py
mpmath==1.3.0
    # via sympy
numpy==1.26.4
    # via
    #   faster-whisper-server (pyproject.toml)
    #   altair
    #   contourpy
    #   ctranslate2
    #   gradio
    #   matplotlib
    #   onnxruntime
    #   pandas
onnxruntime==1.18.0
    # via faster-whisper
orjson==3.10.3
    # via
    #   fastapi
    #   gradio
packaging==24.1
    # via
    #   altair
    #   gradio
    #   gradio-client
    #   huggingface-hub
    #   matplotlib
    #   onnxruntime
pandas==2.2.2
    # via
    #   altair
    #   gradio
pillow==10.3.0
    # via
    #   gradio
    #   matplotlib
protobuf==4.25.3
    # via onnxruntime
pycparser==2.22
    # via cffi
pydantic==2.7.4
    # via
    #   faster-whisper-server (pyproject.toml)
    #   fastapi
    #   gradio
    #   pydantic-settings
pydantic-core==2.18.4
    # via pydantic
pydantic-settings==2.2.1
    # via faster-whisper-server (pyproject.toml)
pydub==0.25.1
    # via gradio
pygments==2.18.0
    # via rich
pyparsing==3.1.2
    # via matplotlib
python-dateutil==2.9.0.post0
    # via
    #   matplotlib
    #   pandas
python-dotenv==1.0.1
    # via
    #   pydantic-settings
    #   uvicorn
python-multipart==0.0.9
    # via
    #   faster-whisper-server (pyproject.toml)
    #   fastapi
    #   gradio
pytz==2024.1
    # via pandas
pyyaml==6.0.1
    # via
    #   ctranslate2
    #   gradio
    #   huggingface-hub
    #   uvicorn
referencing==0.35.1
    # via
    #   jsonschema
    #   jsonschema-specifications
requests==2.32.3
    # via huggingface-hub
rich==13.7.1
    # via typer
rpds-py==0.18.1
    # via
    #   jsonschema
    #   referencing
ruff==0.4.10
    # via gradio
semantic-version==2.10.0
    # via gradio
setuptools==70.0.0
    # via ctranslate2
shellingham==1.5.4
    # via typer
six==1.16.0
    # via python-dateutil
sniffio==1.3.1
    # via
    #   anyio
    #   httpx
soundfile==0.12.1
    # via faster-whisper-server (pyproject.toml)
starlette==0.37.2
    # via fastapi
sympy==1.12.1
    # via onnxruntime
tokenizers==0.19.1
    # via faster-whisper
tomlkit==0.12.0
    # via gradio
toolz==0.12.1
    # via altair
tqdm==4.66.4
    # via huggingface-hub
typer==0.12.3
    # via
    #   fastapi-cli
    #   gradio
typing-extensions==4.12.2
    # via
    #   fastapi
    #   gradio
    #   gradio-client
    #   huggingface-hub
    #   pydantic
    #   pydantic-core
    #   typer
tzdata==2024.1
    # via pandas
ujson==5.10.0
    # via fastapi
urllib3==2.2.1
    # via
    #   gradio
    #   requests
uvicorn==0.29.0
    # via
    #   faster-whisper-server (pyproject.toml)
    #   fastapi
    #   gradio
uvloop==0.19.0
    # via uvicorn
watchfiles==0.22.0
    # via uvicorn
websockets==11.0.3
    # via
    #   gradio-client
    #   uvicorn