lucyknada commited on
Commit
9c585a2
·
verified ·
1 Parent(s): aeabc48

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +56 -0
requirements.txt ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ annotated-types==0.7.0
3
+ anyio==4.9.0
4
+ certifi==2025.1.31
5
+ charset-normalizer==3.4.1
6
+ click==8.1.8
7
+ fastapi==0.115.11
8
+ ffmpy==0.5.0
9
+ filelock==3.18.0
10
+ fsspec==2025.3.0
11
+ gradio==5.22.0
12
+ gradio_client==1.8.0
13
+ groovy==0.1.2
14
+ h11==0.14.0
15
+ httpcore==1.0.7
16
+ httpx==0.28.1
17
+ huggingface-hub==0.29.3
18
+ idna==3.10
19
+ Jinja2==3.1.6
20
+ markdown-it-py==3.0.0
21
+ MarkupSafe==3.0.2
22
+ mdurl==0.1.2
23
+ numpy==2.2.4
24
+ orjson==3.10.15
25
+ packaging==24.2
26
+ pandas==2.2.3
27
+ pillow==11.1.0
28
+ pydantic==2.10.6
29
+ pydantic_core==2.27.2
30
+ pydub==0.25.1
31
+ Pygments==2.19.1
32
+ python-dateutil==2.9.0.post0
33
+ python-multipart==0.0.20
34
+ pytz==2025.1
35
+ PyYAML==6.0.2
36
+ regex==2024.11.6
37
+ requests==2.32.3
38
+ rich==13.9.4
39
+ ruff==0.11.0
40
+ safehttpx==0.1.6
41
+ safetensors==0.5.3
42
+ semantic-version==2.10.0
43
+ shellingham==1.5.4
44
+ six==1.17.0
45
+ sniffio==1.3.1
46
+ starlette==0.46.1
47
+ tokenizers==0.21.1
48
+ tomlkit==0.13.2
49
+ tqdm==4.67.1
50
+ transformers==4.49.0
51
+ typer==0.15.2
52
+ typing_extensions==4.12.2
53
+ tzdata==2025.1
54
+ urllib3==2.3.0
55
+ uvicorn==0.34.0
56
+ websockets==15.0.1