Spaces:
Runtime error
Runtime error
Commit
·
ac238b9
1
Parent(s):
8bc7dc5
Upload requirements.txt
Browse files- requirements.txt +76 -0
requirements.txt
ADDED
@@ -0,0 +1,76 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
aiofiles==23.1.0
|
3 |
+
aiohttp==3.8.4
|
4 |
+
aiosignal==1.3.1
|
5 |
+
altair==5.0.1
|
6 |
+
annotated-types==0.5.0
|
7 |
+
anyio==3.7.1
|
8 |
+
async-timeout==4.0.2
|
9 |
+
attrs==23.1.0
|
10 |
+
certifi==2023.5.7
|
11 |
+
charset-normalizer==3.2.0
|
12 |
+
click==8.1.4
|
13 |
+
contourpy==1.1.0
|
14 |
+
cycler==0.11.0
|
15 |
+
exceptiongroup==1.1.2
|
16 |
+
fastapi==0.100.0
|
17 |
+
ffmpy==0.3.0
|
18 |
+
filelock==3.12.2
|
19 |
+
fonttools==4.40.0
|
20 |
+
frozenlist==1.3.3
|
21 |
+
fsspec==2023.6.0
|
22 |
+
gradio==3.36.1
|
23 |
+
gradio_client==0.2.8
|
24 |
+
h11==0.14.0
|
25 |
+
httpcore==0.17.3
|
26 |
+
httpx==0.24.1
|
27 |
+
huggingface-hub==0.16.4
|
28 |
+
idna==3.4
|
29 |
+
importlib-resources==6.0.0
|
30 |
+
Jinja2==3.1.2
|
31 |
+
jsonschema==4.18.0
|
32 |
+
jsonschema-specifications==2023.6.1
|
33 |
+
kiwisolver==1.4.4
|
34 |
+
linkify-it-py==2.0.2
|
35 |
+
markdown-it-py==2.2.0
|
36 |
+
MarkupSafe==2.1.3
|
37 |
+
matplotlib==3.7.2
|
38 |
+
mdit-py-plugins==0.3.3
|
39 |
+
mdurl==0.1.2
|
40 |
+
multidict==6.0.4
|
41 |
+
numpy==1.25.1
|
42 |
+
openai==0.27.8
|
43 |
+
orjson==3.9.2
|
44 |
+
packaging==23.1
|
45 |
+
pandas==2.0.3
|
46 |
+
Pillow==10.0.0
|
47 |
+
pydantic==2.0.2
|
48 |
+
pydantic_core==2.1.2
|
49 |
+
pydub==0.25.1
|
50 |
+
Pygments==2.15.1
|
51 |
+
pyparsing==3.0.9
|
52 |
+
python-dateutil==2.8.2
|
53 |
+
python-dotenv==1.0.0
|
54 |
+
python-multipart==0.0.6
|
55 |
+
pytz==2023.3
|
56 |
+
PyYAML==6.0
|
57 |
+
referencing==0.29.1
|
58 |
+
requests==2.31.0
|
59 |
+
rpds-py==0.8.10
|
60 |
+
semantic-version==2.10.0
|
61 |
+
six==1.16.0
|
62 |
+
sniffio==1.3.0
|
63 |
+
starlette==0.27.0
|
64 |
+
toolz==0.12.0
|
65 |
+
tqdm==4.65.0
|
66 |
+
typing_extensions==4.7.1
|
67 |
+
tzdata==2023.3
|
68 |
+
uc-micro-py==1.0.2
|
69 |
+
urllib3==2.0.3
|
70 |
+
uvicorn==0.22.0
|
71 |
+
websockets==11.0.3
|
72 |
+
yarl==1.9.2
|
73 |
+
zipp==3.16.0
|
74 |
+
langchain
|
75 |
+
transformers==4.31.0
|
76 |
+
google-generativeai==0.3.2
|