Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
gradio
|
2 |
-
moviepy
|
3 |
-
|
4 |
-
|
5 |
-
numpy
|
6 |
-
|
7 |
-
|
|
|
1 |
+
gradio==4.11.0 # Or a later version
|
2 |
+
moviepy==1.0.3 # Latest MoviePy
|
3 |
+
imageio==2.31.1
|
4 |
+
imageio-ffmpeg==0.4.8
|
5 |
+
numpy==1.25.2
|
6 |
+
matplotlib==3.7.2
|
7 |
+
librosa==0.10.1
|