Update requirements.txt
Browse files- requirements.txt +6 -6
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
ffmpeg-python
|
| 2 |
gradio==3.36.1
|
| 3 |
-
starlette>=0.22.0
|
| 4 |
-
ultralytics
|
| 5 |
-
moviepy
|
| 6 |
-
opencv-python-headless
|
| 7 |
-
huggingface-hub
|
|
|
|
| 1 |
+
ffmpeg-python>=0.2.0,<1.0
|
| 2 |
gradio==3.36.1
|
| 3 |
+
starlette>=0.22.0,<1.0
|
| 4 |
+
ultralytics>=8.0.0,<9.0
|
| 5 |
+
moviepy>=1.0.0,<2.0
|
| 6 |
+
opencv-python-headless>=4.8.0,<5.0
|
| 7 |
+
huggingface-hub>=0.15.0,<1.0
|