Spaces:
Sleeping
Sleeping
Update requirements .txt
Browse files- requirements .txt +6 -5
requirements .txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
gradio
|
2 |
-
moviepy
|
3 |
-
librosa
|
4 |
-
torch
|
5 |
-
torchvision
|
|
|
|
1 |
+
gradio==3.30.0
|
2 |
+
moviepy==1.0.3
|
3 |
+
librosa==0.9.1
|
4 |
+
torch==2.0.1
|
5 |
+
torchvision==0.15.2
|
6 |
+
|