Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
python-multipart
|
| 4 |
-
requests
|
| 5 |
-
moviepy
|
| 6 |
-
faster-whisper
|
| 7 |
-
imageio==2.33.1
|
|
|
|
| 1 |
+
moviepy>=2.0.0
|
| 2 |
+
imageio
|
| 3 |
+
imageio-ffmpeg
|
| 4 |
+
faster-whisper
|
| 5 |
fastapi
|
| 6 |
uvicorn
|
| 7 |
python-multipart
|
| 8 |
+
requests
|
|
|
|
|
|
|
|
|