giannicrivello commited on
Commit
d4395cd
1 Parent(s): 886d6c2

test chat bot

Browse files
Files changed (1) hide show
  1. requirements.txt +66 -0
requirements.txt CHANGED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.1.2
3
+ annotated-types==0.6.0
4
+ anyio==3.7.1
5
+ attrs==23.1.0
6
+ certifi==2023.7.22
7
+ charset-normalizer==3.3.0
8
+ click==8.1.7
9
+ contourpy==1.1.1
10
+ cycler==0.12.1
11
+ exceptiongroup==1.1.3
12
+ fastapi==0.104.0
13
+ ffmpy==0.3.1
14
+ filelock==3.12.4
15
+ fonttools==4.43.1
16
+ fsspec==2023.9.2
17
+ gradio==3.50.2
18
+ gradio_client==0.6.1
19
+ h11==0.14.0
20
+ httpcore==0.18.0
21
+ httpx==0.25.0
22
+ huggingface-hub==0.17.3
23
+ idna==3.4
24
+ importlib-resources==6.1.0
25
+ Jinja2==3.1.2
26
+ jsonschema==4.19.1
27
+ jsonschema-specifications==2023.7.1
28
+ kiwisolver==1.4.5
29
+ MarkupSafe==2.1.3
30
+ matplotlib==3.8.0
31
+ mpmath==1.3.0
32
+ networkx==3.2
33
+ numpy==1.26.1
34
+ orjson==3.9.9
35
+ packaging==23.2
36
+ pandas==2.1.1
37
+ Pillow==10.1.0
38
+ pydantic==2.4.2
39
+ pydantic_core==2.10.1
40
+ pydub==0.25.1
41
+ pyparsing==3.1.1
42
+ python-dateutil==2.8.2
43
+ python-multipart==0.0.6
44
+ pytz==2023.3.post1
45
+ PyYAML==6.0.1
46
+ referencing==0.30.2
47
+ regex==2023.10.3
48
+ requests==2.31.0
49
+ rpds-py==0.10.6
50
+ safetensors==0.4.0
51
+ semantic-version==2.10.0
52
+ six==1.16.0
53
+ sniffio==1.3.0
54
+ starlette==0.27.0
55
+ sympy==1.12
56
+ tokenizers==0.14.1
57
+ toolz==0.12.0
58
+ torch==2.1.0
59
+ tqdm==4.66.1
60
+ transformers==4.34.1
61
+ typing_extensions==4.8.0
62
+ tzdata==2023.3
63
+ urllib3==2.0.7
64
+ uvicorn==0.23.2
65
+ websockets==11.0.3
66
+ zipp==3.17.0