ghengx
commited on
Commit
·
fa49cef
1
Parent(s):
7af2795
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
numpy>=1.21.0
|
3 |
+
torch>=1.9.0
|
4 |
+
torchvision>=0.10.0
|
5 |
+
opencv-python>=4.5.0
|
6 |
+
librosa>=0.9.0
|
7 |
+
Pillow>=8.3.0
|
8 |
+
transformers>=4.20.0
|
9 |
+
accelerate>=0.20.0
|
10 |
+
scipy>=1.7.0
|
11 |
+
soundfile>=0.10.0
|
12 |
+
matplotlib>=3.5.0
|
13 |
+
boto3>=1.26.0
|
14 |
+
pydub>=0.25.0
|
15 |
+
psutil>=5.8.0
|
16 |
+
pynvml>=11.0.0
|