hexular commited on
Commit
d575958
1 Parent(s): e824905
Files changed (1) hide show
  1. requirements.txt +70 -0
requirements.txt ADDED
@@ -0,0 +1,70 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.2.0
3
+ annotated-types==0.6.0
4
+ anyio==4.3.0
5
+ attrs==23.2.0
6
+ certifi==2024.2.2
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
+ exceptiongroup==1.2.0
13
+ fastapi==0.110.0
14
+ ffmpy==0.3.2
15
+ filelock==3.13.1
16
+ fonttools==4.49.0
17
+ fsspec==2024.2.0
18
+ gradio==4.21.0
19
+ gradio_client==0.12.0
20
+ h11==0.14.0
21
+ httpcore==1.0.4
22
+ httpx==0.27.0
23
+ huggingface-hub==0.21.4
24
+ idna==3.6
25
+ importlib_resources==6.1.3
26
+ Jinja2==3.1.3
27
+ jsonschema==4.21.1
28
+ jsonschema-specifications==2023.12.1
29
+ kiwisolver==1.4.5
30
+ markdown-it-py==3.0.0
31
+ MarkupSafe==2.1.5
32
+ matplotlib==3.8.3
33
+ mdurl==0.1.2
34
+ numpy==1.26.4
35
+ orjson==3.9.15
36
+ packaging==23.2
37
+ pandas==2.2.1
38
+ pillow==10.2.0
39
+ pydantic==2.6.3
40
+ pydantic_core==2.16.3
41
+ pydub==0.25.1
42
+ Pygments==2.17.2
43
+ pyparsing==3.1.2
44
+ python-dateutil==2.9.0.post0
45
+ python-multipart==0.0.9
46
+ pytz==2024.1
47
+ PyYAML==6.0.1
48
+ referencing==0.33.0
49
+ regex==2023.12.25
50
+ requests==2.31.0
51
+ rich==13.7.1
52
+ rpds-py==0.18.0
53
+ ruff==0.3.2
54
+ safetensors==0.4.2
55
+ semantic-version==2.10.0
56
+ shellingham==1.5.4
57
+ six==1.16.0
58
+ sniffio==1.3.1
59
+ starlette==0.36.3
60
+ tokenizers==0.15.2
61
+ tomlkit==0.12.0
62
+ toolz==0.12.1
63
+ tqdm==4.66.2
64
+ transformers==4.38.2
65
+ typer==0.9.0
66
+ typing_extensions==4.10.0
67
+ tzdata==2024.1
68
+ urllib3==2.2.1
69
+ uvicorn==0.28.0
70
+ websockets==11.0.3