Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +80 -0
requirements.txt
ADDED
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.1.0
|
2 |
+
aiohttp==3.8.4
|
3 |
+
aiosignal==1.3.1
|
4 |
+
altair==5.0.1
|
5 |
+
anyio==3.7.0
|
6 |
+
async-timeout==4.0.2
|
7 |
+
attrs==23.1.0
|
8 |
+
bcrypt==4.0.0
|
9 |
+
certifi==2023.5.7
|
10 |
+
cffi==1.15.1
|
11 |
+
charset-normalizer==3.1.0
|
12 |
+
click==8.1.3
|
13 |
+
contourpy==1.0.7
|
14 |
+
cryptography==38.0.1
|
15 |
+
cycler==0.11.0
|
16 |
+
exceptiongroup==1.1.1
|
17 |
+
fastapi==0.95.2
|
18 |
+
ffmpeg-python==0.2.0
|
19 |
+
ffmpy==0.3.0
|
20 |
+
filelock==3.12.0
|
21 |
+
fonttools==4.39.4
|
22 |
+
frozenlist==1.3.3
|
23 |
+
fsspec==2023.5.0
|
24 |
+
future==0.18.2
|
25 |
+
gradio==3.32.0
|
26 |
+
gradio_client==0.2.5
|
27 |
+
h11==0.14.0
|
28 |
+
httpcore==0.17.2
|
29 |
+
httpx==0.24.1
|
30 |
+
huggingface-hub==0.14.1
|
31 |
+
idna==3.4
|
32 |
+
Jinja2==3.1.2
|
33 |
+
jsonschema==4.17.3
|
34 |
+
kiwisolver==1.4.4
|
35 |
+
linkify-it-py==2.0.2
|
36 |
+
markdown-it-py==2.2.0
|
37 |
+
MarkupSafe==2.1.2
|
38 |
+
matplotlib==3.7.1
|
39 |
+
mdit-py-plugins==0.3.3
|
40 |
+
mdurl==0.1.2
|
41 |
+
more-itertools==8.14.0
|
42 |
+
multidict==6.0.4
|
43 |
+
numpy==1.24.3
|
44 |
+
orjson==3.8.14
|
45 |
+
packaging==23.1
|
46 |
+
pandas==2.0.1
|
47 |
+
paramiko==2.11.0
|
48 |
+
Pillow==9.5.0
|
49 |
+
pycparser==2.21
|
50 |
+
pycryptodome==3.15.0
|
51 |
+
pydantic==1.10.8
|
52 |
+
pydub==0.25.1
|
53 |
+
Pygments==2.15.1
|
54 |
+
PyNaCl==1.5.0
|
55 |
+
pyparsing==3.0.9
|
56 |
+
pyrsistent==0.19.3
|
57 |
+
python-dateutil==2.8.2
|
58 |
+
python-multipart==0.0.6
|
59 |
+
pytz==2023.3
|
60 |
+
PyYAML==6.0
|
61 |
+
regex==2022.9.13
|
62 |
+
requests==2.31.0
|
63 |
+
rfc3986==1.5.0
|
64 |
+
semantic-version==2.10.0
|
65 |
+
six==1.16.0
|
66 |
+
sniffio==1.3.0
|
67 |
+
starlette==0.27.0
|
68 |
+
tokenizers==0.12.1
|
69 |
+
toolz==0.12.0
|
70 |
+
torch==1.12.1
|
71 |
+
tqdm==4.65.0
|
72 |
+
transformers==4.22.2
|
73 |
+
typing_extensions==4.6.2
|
74 |
+
tzdata==2023.3
|
75 |
+
uc-micro-py==1.0.2
|
76 |
+
urllib3==2.0.2
|
77 |
+
uvicorn==0.22.0
|
78 |
+
websockets==11.0.3
|
79 |
+
whisper @ git+https://github.com/openai/whisper.git@0b1ba3d46ebf7fe6f953acfd8cad62a4f851b49f
|
80 |
+
yarl==1.9.2
|