adamespi commited on
Commit
75fe0f0
·
1 Parent(s): e4a5923

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +67 -0
requirements.txt ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.2
8
+ click==8.1.7
9
+ colorama==0.4.6
10
+ contourpy==1.2.0
11
+ cycler==0.12.1
12
+ distro==1.8.0
13
+ fastapi==0.104.1
14
+ ffmpy==0.3.1
15
+ filelock==3.13.1
16
+ fonttools==4.44.0
17
+ fsspec==2023.10.0
18
+ gradio==4.2.0
19
+ gradio_client==0.7.0
20
+ h11==0.14.0
21
+ httpcore==1.0.2
22
+ httpx==0.25.1
23
+ huggingface-hub==0.19.0
24
+ idna==3.4
25
+ importlib-resources==6.1.1
26
+ Jinja2==3.1.2
27
+ jsonschema==4.19.2
28
+ jsonschema-specifications==2023.7.1
29
+ kiwisolver==1.4.5
30
+ markdown-it-py==3.0.0
31
+ MarkupSafe==2.1.3
32
+ matplotlib==3.8.1
33
+ mdurl==0.1.2
34
+ numpy==1.26.1
35
+ openai==1.2.3
36
+ orjson==3.9.10
37
+ packaging==23.2
38
+ pandas==2.1.3
39
+ Pillow==10.1.0
40
+ pydantic==2.4.2
41
+ pydantic_core==2.10.1
42
+ pydub==0.25.1
43
+ Pygments==2.16.1
44
+ pyparsing==3.1.1
45
+ python-dateutil==2.8.2
46
+ python-dotenv==1.0.0
47
+ python-multipart==0.0.6
48
+ pytz==2023.3.post1
49
+ PyYAML==6.0.1
50
+ referencing==0.30.2
51
+ requests==2.31.0
52
+ rich==13.6.0
53
+ rpds-py==0.12.0
54
+ semantic-version==2.10.0
55
+ shellingham==1.5.4
56
+ six==1.16.0
57
+ sniffio==1.3.0
58
+ starlette==0.27.0
59
+ tomlkit==0.12.0
60
+ toolz==0.12.0
61
+ tqdm==4.66.1
62
+ typer==0.9.0
63
+ typing_extensions==4.8.0
64
+ tzdata==2023.3
65
+ urllib3==2.0.7
66
+ uvicorn==0.24.0.post1
67
+ websockets==11.0.3