CSH-1220 commited on
Commit
4a1c63d
Β·
1 Parent(s): a4147b6

update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +78 -4
requirements.txt CHANGED
@@ -1,4 +1,78 @@
1
- gradio
2
- diffusers
3
- torch
4
- torchaudio
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.1.1
2
+ aiofiles==23.2.1
3
+ annotated-types==0.7.0
4
+ anyio==4.6.2.post1
5
+ audioldm==0.1.1
6
+ audioread==3.0.1
7
+ chardet==5.2.0
8
+ diffusers==0.21.2
9
+ docker-pycreds==0.4.0
10
+ einops==0.8.0
11
+ fastapi==0.115.6
12
+ ffmpy==0.4.0
13
+ frechet-audio-distance==0.1.2
14
+ ftfy==6.3.1
15
+ git-filter-repo==2.47.0
16
+ gradio==5.7.1
17
+ gradio_client==1.5.0
18
+ graphviz==0.20.3
19
+ h11==0.14.0
20
+ hpack==4.0.0
21
+ httpcore==1.0.7
22
+ httpx==0.28.0
23
+ huggingface-hub==0.25.1
24
+ HyperPyYAML==1.2.2
25
+ julius==0.2.7
26
+ librosa==0.9.2
27
+ llvmlite==0.43.0
28
+ lpips==0.1.4
29
+ markdown-it-py==3.0.0
30
+ MarkupSafe==2.1.5
31
+ matplotlib==3.9.2
32
+ mdurl==0.1.2
33
+ munkres==1.1.4
34
+ numba==0.60.0
35
+ numpy==1.23.5
36
+ orjson==3.10.12
37
+ peft==0.13.2
38
+ pooch==1.8.2
39
+ primePy==1.3
40
+ progressbar==2.5
41
+ pyarrow==18.1.0
42
+ pydantic==2.10.3
43
+ pydantic_core==2.27.1
44
+ pydub==0.25.1
45
+ PySide6==6.8.0.2
46
+ python-multipart==0.0.12
47
+ resampy==0.4.3
48
+ rich==13.9.4
49
+ ruff==0.8.1
50
+ safehttpx==0.1.6
51
+ scikit-learn==1.5.2
52
+ scipy==1.14.1
53
+ semantic-version==2.10.0
54
+ sentencepiece==0.2.0
55
+ shellingham==1.5.4
56
+ shiboken6==6.8.0.2
57
+ sniffio==1.3.1
58
+ soundfile==0.12.1
59
+ speechbrain==1.0.2
60
+ starlette==0.41.3
61
+ sympy==1.13.1
62
+ threadpoolctl==3.5.0
63
+ tokenizers==0.21.0
64
+ tomlkit==0.12.0
65
+ torch==2.5.0
66
+ torch_pitch_shift==1.2.5
67
+ torchaudio==2.5.0
68
+ torchaudio-augmentations==0.2.4
69
+ torchlibrosa==0.0.9
70
+ torchvision==0.20.0
71
+ torchviz==0.0.3
72
+ transformers==4.47.0
73
+ triton==3.1.0
74
+ typer==0.15.0
75
+ uvicorn==0.32.1
76
+ wavaugment==0.2
77
+ websockets==12.0
78
+ zstandard==0.23.0