developer3000 commited on
Commit
b5a3c34
·
1 Parent(s): 2c68df4

Add requirements file

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -69
requirements.txt CHANGED
@@ -1,72 +1,5 @@
1
- langchain
2
- openai
3
  torch
4
  transformers
5
  threading
6
- aiofiles==23.2.1
7
- altair==5.3.0
8
- annotated-types==0.6.0
9
- anyio==4.3.0
10
- attrs==23.2.0
11
- certifi==2024.2.2
12
- charset-normalizer==3.3.2
13
- click==8.1.7
14
- contourpy==1.2.1
15
- cycler==0.12.1
16
- exceptiongroup==1.2.0
17
- fastapi==0.110.1
18
- ffmpy==0.3.2
19
- filelock==3.13.3
20
- fonttools==4.50.0
21
- fsspec==2024.3.1
22
- gradio==4.25.0
23
- gradio_client==0.15.0
24
- h11==0.14.0
25
- httpcore==1.0.5
26
- httpx==0.27.0
27
- huggingface-hub==0.22.2
28
- idna==3.6
29
- importlib_resources==6.4.0
30
- Jinja2==3.1.3
31
- jsonschema==4.21.1
32
- jsonschema-specifications==2023.12.1
33
- kiwisolver==1.4.5
34
- markdown-it-py==3.0.0
35
- MarkupSafe==2.1.5
36
- matplotlib==3.8.4
37
- mdurl==0.1.2
38
- numpy==1.26.4
39
- orjson==3.10.0
40
- packaging==24.0
41
- pandas==2.2.1
42
- pillow==10.3.0
43
- pydantic==2.6.4
44
- pydantic_core==2.16.3
45
- pydub==0.25.1
46
- Pygments==2.17.2
47
- pyparsing==3.1.2
48
- python-dateutil==2.9.0.post0
49
- python-multipart==0.0.9
50
- pytz==2024.1
51
- PyYAML==6.0.1
52
- referencing==0.34.0
53
- requests==2.31.0
54
- rich==13.7.1
55
- rpds-py==0.18.0
56
- ruff==0.3.5
57
- semantic-version==2.10.0
58
- shellingham==1.5.4
59
- six==1.16.0
60
- sniffio==1.3.1
61
- starlette==0.37.2
62
- tomlkit==0.12.0
63
- toolz==0.12.1
64
- tqdm==4.66.2
65
- typer==0.12.0
66
- typer-cli==0.12.0
67
- typer-slim==0.12.0
68
- typing_extensions==4.10.0
69
- tzdata==2024.1
70
- urllib3==2.2.1
71
- uvicorn==0.29.0
72
- websockets==11.0.3
 
 
 
1
  torch
2
  transformers
3
  threading
4
+ gradio
5
+ gradio_client