File size: 6,316 Bytes
0ad74ed
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
#    pip-compile --output-file=requirements.txt requirements.in
#
aiofiles==23.2.1
    # via gradio
altair>=5.0
    # via
    #   -r requirements.in
    #   gradio
annotated-types==0.6.0
    # via pydantic
anyio==3.6.1
    # via
    #   httpcore
    #   starlette
appnope==0.1.4
    # via ipython
asyncio==3.4.3
    # via -r requirements.in
attrs==23.1.0
    # via
    #   jsonschema
    #   pytest
backcall==0.2.0
    # via ipython
boto3==1.34.84
    # via -r requirements.in
botocore==1.34.84
    # via
    #   boto3
    #   s3transfer
certifi==2022.6.15
    # via
    #   httpcore
    #   httpx
    #   requests
charset-normalizer==2.1.0
    # via requests
click==8.1.7
    # via
    #   typer
    #   uvicorn
colorama==0.4.6
    # via typer
contourpy==1.0.7
    # via matplotlib
coverage[toml]==7.4.2
    # via
    #   -r requirements.in
    #   pytest-cov
cycler==0.12.1
    # via matplotlib
decorator==5.1.1
    # via ipython
diffusers==0.26.3
    # via -r requirements.in
dnspython==2.6.1
    # via email-validator
email-validator==2.1.0.post1
    # via pydantic
entrypoints==0.4
    # via altair
fastapi==0.103.0
    # via
    #   -r requirements.in
    #   gradio
ffmpy==0.3.2
    # via gradio
filelock==3.7.1
    # via
    #   diffusers
    #   huggingface-hub
    #   torch
    #   transformers
fonttools==4.49.0
    # via matplotlib
fsspec==2024.2.0
    # via
    #   gradio-client
    #   huggingface-hub
    #   torch
gradio-client==0.10.0
    # via gradio
gradio-pdf==0.0.7
    # via -r requirements.in
h11==0.12.0
    # via
    #   httpcore
    #   uvicorn
httpcore==0.15.0
    # via httpx
httpx==0.23.0
    # via
    #   -r requirements.in
    #   gradio
    #   gradio-client
    #   respx
hypothesis==6.108.9
idna==3.3
    # via
    #   anyio
    #   email-validator
    #   requests
    #   rfc3986
imageio==2.19.5
    # via scikit-image
importlib-metadata==7.0.1
    # via diffusers
importlib-resources==6.1.1
    # via
    #   gradio
    #   matplotlib
iniconfig==1.1.1
    # via pytest
ipython==7.34.0
    # via -r requirements.in
jedi==0.18.1
    # via ipython
jinja2==3.1.2
    # via
    #   altair
    #   gradio
    #   torch
jmespath==1.0.1
    # via
    #   boto3
    #   botocore
jsonschema==4.7.2
    # via altair
kiwisolver==1.4.5
    # via matplotlib
markdown-it-py==3.0.0
    # via rich
markupsafe==2.1.1
    # via
    #   gradio
    #   jinja2
matplotlib==3.7.5
    # via gradio
matplotlib-inline==0.1.3
    # via ipython
mdurl==0.1.2
    # via markdown-it-py
mpmath==1.3.0
    # via sympy
networkx==2.6.3
    # via
    #   scikit-image
    #   torch
numpy==1.24.4
    # via
    #   altair
    #   contourpy
    #   diffusers
    #   gradio
    #   imageio
    #   matplotlib
    #   pandas
    #   pywavelets
    #   scikit-image
    #   scipy
    #   tifffile
    #   transformers
orjson==3.9.14
    # via gradio
packaging==22.0
    # via
    #   gradio
    #   gradio-client
    #   huggingface-hub
    #   matplotlib
    #   pytest
    #   scikit-image
    #   transformers
pandas==1.5.3
    # via
    #   altair
    #   gradio
    #   vega-datasets
parso==0.8.3
    # via jedi
pexpect==4.8.0
    # via ipython
pickleshare==0.7.5
    # via ipython
pillow==9.2.0
    # via
    #   diffusers
    #   gradio
    #   imageio
    #   matplotlib
    #   scikit-image
pluggy==1.5.0
    # via pytest
polars==0.20.5
    # via -r requirements.in
prompt-toolkit==3.0.30
    # via ipython
ptyprocess==0.7.0
    # via pexpect
py==1.11.0
    # via pytest
pydantic[email]==2.6.1
    # via
    #   -r requirements.in
    #   fastapi
    #   gradio
pydantic-core==2.16.2
    # via pydantic
pydub==0.25.1
    # via gradio
pygments==2.17.2
    # via
    #   ipython
    #   rich
pyparsing==3.0.9
    # via matplotlib
pyrsistent==0.18.1
    # via jsonschema
pytest==8.3.2
    # via
    #   -r requirements.in
    #   pytest-asyncio
    #   pytest-cov
pytest-asyncio==0.19.0
    # via -r requirements.in
pytest-cov==3.0.0
    # via -r requirements.in
pytest-rerunfailures==14.0
    # via -r requirements.in
python-dateutil==2.8.2
    # via
    #   botocore
    #   matplotlib
    #   pandas
python-multipart==0.0.9
    # via gradio
pytz==2022.1
    # via pandas
pywavelets==1.3.0
    # via scikit-image
pyyaml==6.0
    # via
    #   gradio
    #   huggingface-hub
    #   transformers
regex==2022.7.9
    # via
    #   diffusers
    #   transformers
requests==2.28.1
    # via
    #   diffusers
    #   huggingface-hub
    #   transformers
respx==0.19.2
    # via -r requirements.in
rfc3986[idna2008]==1.5.0
    # via
    #   httpx
    #   rfc3986
rich==13.7.0
    # via typer
ruff==0.4.1
    # via
    #   -r requirements.in
    #   gradio
s3transfer==0.10.0
    # via boto3
safetensors==0.4.2
    # via
    #   diffusers
    #   transformers
scikit-image==0.19.3
    # via -r requirements.in
scipy==1.10.0
    # via scikit-image
semantic-version==2.10.0
    # via gradio
shellingham==1.5.4
    # via typer
six==1.16.0
    # via python-dateutil
sniffio==1.2.0
    # via
    #   anyio
    #   httpcore
    #   httpx
starlette==0.27.0
    # via fastapi
sympy==1.12
    # via torch
tifffile==2021.11.2
    # via scikit-image
tokenizers==0.15.1
    # via transformers
tomli==2.0.1
    # via
    #   coverage
    #   pytest
tomlkit==0.12.0
    # via gradio
toolz==0.12.0
    # via altair
torch==2.1.2
    # via -r requirements.in
tqdm==4.64.0
    # via
    #   -r requirements.in
    #   huggingface-hub
    #   transformers
traitlets==5.3.0
    # via
    #   ipython
    #   matplotlib-inline
transformers==4.37.2
    # via -r requirements.in
typer[all]==0.9.0
    # via
    #   gradio
    #   typer
typing-extensions==4.9.0
    # via
    #   fastapi
    #   gradio
    #   gradio-client
    #   huggingface-hub
    #   pydantic
    #   pydantic-core
    #   starlette
    #   torch
    #   typer
    #   uvicorn
urllib3==1.26.10
    # via
    #   botocore
    #   requests
uvicorn==0.27.1
    # via gradio
vega-datasets==0.9.0
    # via -r requirements.in
wcwidth==0.2.5
    # via prompt-toolkit
websockets==11.0.3
    # via gradio-client
zipp==3.17.0
    # via
    #   importlib-metadata
    #   importlib-resources

# The following packages are considered to be unsafe in a requirements file:
# setuptools