Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -2,6 +2,6 @@ gradio==4.44.0
|
|
| 2 |
git+https://github.com/openai/whisper.git
|
| 3 |
moviepy==1.0.3
|
| 4 |
torch==2.3.0
|
| 5 |
-
torchvision==0.18.0
|
| 6 |
tqdm
|
| 7 |
-
ffmpeg-python
|
|
|
|
|
|
| 2 |
git+https://github.com/openai/whisper.git
|
| 3 |
moviepy==1.0.3
|
| 4 |
torch==2.3.0
|
|
|
|
| 5 |
tqdm
|
| 6 |
+
ffmpeg-python
|
| 7 |
+
imageio[ffmpeg]
|