Gokul Soumya commited on
Commit
26bc758
·
1 Parent(s): 6f0237b

Add requirements.txt for compatibility with Spaces

Browse files
Files changed (1) hide show
  1. requirements.txt +59 -0
requirements.txt ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ annotated-types==0.7.0
3
+ anyio==4.10.0
4
+ brotli==1.1.0
5
+ certifi==2025.8.3
6
+ charset-normalizer==3.4.3
7
+ click==8.2.1
8
+ fastapi==0.116.2
9
+ ffmpy==0.6.1
10
+ filelock==3.19.1
11
+ fsspec==2025.9.0
12
+ gradio==5.46.0
13
+ gradio-client==1.13.0
14
+ groovy==0.1.2
15
+ h11==0.16.0
16
+ hf-xet==1.1.10
17
+ httpcore==1.0.9
18
+ httpx==0.28.1
19
+ huggingface-hub==0.35.0
20
+ idna==3.10
21
+ jinja2==3.1.6
22
+ markdown-it-py==4.0.0
23
+ markupsafe==3.0.2
24
+ mdurl==0.1.2
25
+ numpy==2.3.3
26
+ orjson==3.11.3
27
+ packaging==25.0
28
+ pandas==2.3.2
29
+ pillow==11.3.0
30
+ pydantic==2.11.9
31
+ pydantic-core==2.33.2
32
+ pydub==0.25.1
33
+ pygments==2.19.2
34
+ python-dateutil==2.9.0.post0
35
+ python-multipart==0.0.20
36
+ pytz==2025.2
37
+ pyyaml==6.0.2
38
+ regex==2025.9.1
39
+ requests==2.32.5
40
+ rich==14.1.0
41
+ ruff==0.13.0
42
+ safehttpx==0.1.6
43
+ safetensors==0.6.2
44
+ semantic-version==2.10.0
45
+ shellingham==1.5.4
46
+ six==1.17.0
47
+ sniffio==1.3.1
48
+ starlette==0.48.0
49
+ tokenizers==0.22.0
50
+ tomlkit==0.13.3
51
+ tqdm==4.67.1
52
+ transformers==4.56.1
53
+ typer==0.17.4
54
+ typing-extensions==4.15.0
55
+ typing-inspection==0.4.1
56
+ tzdata==2025.2
57
+ urllib3==2.5.0
58
+ uvicorn==0.35.0
59
+ websockets==15.0.1