Update requirements.txt
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
soundfile
|
|
|
1 |
+
gradio==2.1.0
|
2 |
+
torch==1.10.0
|
3 |
+
torchvision==0.11.1
|
4 |
+
transformers==4.13.0
|
5 |
+
opencv-python==4.5.4.60
|
6 |
+
numpy==1.21.4
|
7 |
+
soundfile==0.10.3.post1
|
8 |
+
torchaudio==0.11.1
|
|