Spaces:
Runtime error
Runtime error
added reqs
Browse files- requirements.txt +78 -0
requirements.txt
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
aiofiles==23.1.0
|
2 |
+
aiohttp==3.8.4
|
3 |
+
aiosignal==1.3.1
|
4 |
+
altair==4.2.2
|
5 |
+
altgraph==0.17.3
|
6 |
+
anyio==3.6.2
|
7 |
+
async-timeout==4.0.2
|
8 |
+
attrs==23.1.0
|
9 |
+
certifi==2022.12.7
|
10 |
+
charset-normalizer==3.1.0
|
11 |
+
click==8.1.3
|
12 |
+
colorama==0.4.6
|
13 |
+
contourpy==1.0.7
|
14 |
+
cycler==0.11.0
|
15 |
+
entrypoints==0.4
|
16 |
+
fastapi==0.95.1
|
17 |
+
ffmpy==0.3.0
|
18 |
+
filelock==3.12.0
|
19 |
+
fonttools==4.39.3
|
20 |
+
frozenlist==1.3.3
|
21 |
+
fsspec==2023.4.0
|
22 |
+
gradio==3.27.0
|
23 |
+
gradio_client==0.1.3
|
24 |
+
h11==0.14.0
|
25 |
+
httpcore==0.17.0
|
26 |
+
httpx==0.24.0
|
27 |
+
huggingface-hub==0.14.0
|
28 |
+
idna==3.4
|
29 |
+
Jinja2==3.1.2
|
30 |
+
joblib==1.2.0
|
31 |
+
jsonschema==4.17.3
|
32 |
+
kiwisolver==1.4.4
|
33 |
+
linkify-it-py==2.0.0
|
34 |
+
markdown-it-py==2.2.0
|
35 |
+
MarkupSafe==2.1.2
|
36 |
+
matplotlib==3.7.1
|
37 |
+
mdit-py-plugins==0.3.3
|
38 |
+
mdurl==0.1.2
|
39 |
+
mpmath==1.3.0
|
40 |
+
multidict==6.0.4
|
41 |
+
networkx==3.1
|
42 |
+
nltk==3.8.1
|
43 |
+
numpy==1.24.3
|
44 |
+
orjson==3.8.10
|
45 |
+
packaging==23.1
|
46 |
+
pandas==2.0.1
|
47 |
+
pefile==2023.2.7
|
48 |
+
Pillow==9.5.0
|
49 |
+
pydantic==1.10.7
|
50 |
+
pydub==0.25.1
|
51 |
+
pyinstaller==5.10.1
|
52 |
+
pyinstaller-hooks-contrib==2023.2
|
53 |
+
pyparsing==3.0.9
|
54 |
+
pyrsistent==0.19.3
|
55 |
+
python-dateutil==2.8.2
|
56 |
+
python-multipart==0.0.6
|
57 |
+
pytz==2023.3
|
58 |
+
pywin32-ctypes==0.2.0
|
59 |
+
PyYAML==6.0
|
60 |
+
regex==2023.3.23
|
61 |
+
requests==2.28.2
|
62 |
+
semantic-version==2.10.0
|
63 |
+
six==1.16.0
|
64 |
+
sniffio==1.3.0
|
65 |
+
starlette==0.26.1
|
66 |
+
sympy==1.11.1
|
67 |
+
tokenizers==0.13.3
|
68 |
+
toolz==0.12.0
|
69 |
+
torch==2.0.0
|
70 |
+
tqdm==4.65.0
|
71 |
+
transformers==4.28.1
|
72 |
+
typing_extensions==4.5.0
|
73 |
+
tzdata==2023.3
|
74 |
+
uc-micro-py==1.0.1
|
75 |
+
urllib3==1.26.15
|
76 |
+
uvicorn==0.21.1
|
77 |
+
websockets==11.0.2
|
78 |
+
yarl==1.9.1
|