Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
-
moviepy
|
| 2 |
-
|
| 3 |
-
imageio
|
|
|
|
| 4 |
faster-whisper
|
| 5 |
fastapi
|
| 6 |
uvicorn
|
|
|
|
| 1 |
+
moviepy==1.0.3
|
| 2 |
+
decorator==4.4.2
|
| 3 |
+
imageio==2.4.1
|
| 4 |
+
imageio-ffmpeg==0.4.2
|
| 5 |
faster-whisper
|
| 6 |
fastapi
|
| 7 |
uvicorn
|