Liusuthu commited on
Commit
399cf37
β€’
1 Parent(s): dee4ce5

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. myrequirements.txt +0 -0
  2. requirements.txt +94 -1
myrequirements.txt ADDED
Binary file (3.54 kB). View file
 
requirements.txt CHANGED
@@ -1,3 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  soundfile==0.12.1
 
 
 
 
 
 
 
2
  torchaudio==2.0.2
3
- speechbrain==0.5.16
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.2.0
3
+ annotated-types==0.6.0
4
+ anyio==4.2.0
5
+ attrs==23.2.0
6
+ certifi==2023.11.17
7
+ cffi==1.16.0
8
+ charset-normalizer==3.3.2
9
+ click==8.1.7
10
+ colorama==0.4.6
11
+ coloredlogs==15.0.1
12
+ contourpy==1.2.0
13
+ cycler==0.12.1
14
+ exceptiongroup==1.2.0
15
+ fastapi==0.109.2
16
+ ffmpy==0.3.2
17
+ filelock==3.13.1
18
+ flatbuffers==23.5.26
19
+ fonttools==4.49.0
20
+ fsspec==2023.12.2
21
+ gradio==4.19.1
22
+ gradio_client==0.10.0
23
+ h11==0.14.0
24
+ httpcore==1.0.3
25
+ httpx==0.26.0
26
+ huggingface-hub==0.20.3
27
+ humanfriendly==10.0
28
+ HyperPyYAML==1.2.2
29
+ idna==3.6
30
+ importlib-resources==6.1.1
31
+ jieba==0.42.1
32
+ Jinja2==3.1.3
33
+ joblib==1.3.2
34
+ jsonschema==4.21.1
35
+ jsonschema-specifications==2023.12.1
36
+ kaldi-native-fbank==1.18.6
37
+ kiwisolver==1.4.5
38
+ markdown-it-py==3.0.0
39
+ MarkupSafe==2.1.4
40
+ matplotlib==3.8.3
41
+ mdurl==0.1.2
42
+ mpmath==1.3.0
43
+ networkx==3.2.1
44
+ numpy==1.26.3
45
+ onnxruntime==1.16.3
46
+ orjson==3.9.14
47
+ packaging==23.2
48
+ pandas==2.2.0
49
+ pillow==10.2.0
50
+ protobuf==4.25.2
51
+ PyAudio==0.2.14
52
+ pycparser==2.21
53
+ pydantic==2.6.1
54
+ pydantic_core==2.16.2
55
+ pydub==0.25.1
56
+ Pygments==2.17.2
57
+ pyparsing==3.1.1
58
+ pyreadline3==3.4.1
59
+ python-dateutil==2.8.2
60
+ python-multipart==0.0.9
61
+ pytz==2024.1
62
+ PyYAML==6.0.1
63
+ referencing==0.33.0
64
+ regex==2023.12.25
65
+ requests==2.31.0
66
+ rich==13.7.0
67
+ rpds-py==0.18.0
68
+ ruamel.yaml==0.18.5
69
+ ruamel.yaml.clib==0.2.8
70
+ ruff==0.2.2
71
+ safetensors==0.4.2
72
+ scipy==1.12.0
73
+ semantic-version==2.10.0
74
+ sentencepiece==0.1.99
75
+ shellingham==1.5.4
76
+ six==1.16.0
77
+ sniffio==1.3.0
78
+ sounddevice==0.4.6
79
  soundfile==0.12.1
80
+ speechbrain==0.5.16
81
+ starlette==0.36.3
82
+ sympy==1.12
83
+ tokenizers==0.15.1
84
+ tomlkit==0.12.0
85
+ toolz==0.12.1
86
+ torch==2.0.1
87
  torchaudio==2.0.2
88
+ tqdm==4.66.1
89
+ transformers==4.37.1
90
+ typer==0.9.0
91
+ typing_extensions==4.9.0
92
+ tzdata==2024.1
93
+ urllib3==2.1.0
94
+ uvicorn==0.27.1
95
+ websockets==11.0.3
96
+ zipp==3.17.0