Spaces:
Sleeping
Sleeping
add ffmpeg to requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ opencv-python
|
|
3 |
ultralytics
|
4 |
dill
|
5 |
tqdm
|
6 |
-
git+https://github.com/openai/CLIP.git
|
|
|
|
3 |
ultralytics
|
4 |
dill
|
5 |
tqdm
|
6 |
+
git+https://github.com/openai/CLIP.git
|
7 |
+
imageio-ffmpeg
|