Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
argparse>=1.4.0
|
| 2 |
ffmpeg>=1.4
|
| 3 |
-
gradio
|
| 4 |
jupyter>=1.1.1
|
| 5 |
matplotlib>=3.9.2
|
| 6 |
mediapipe>=0.10.15
|
| 7 |
numpy>=1.26.4
|
| 8 |
-
opencv-python
|
| 9 |
-
|
|
|
|
| 10 |
plotly>=5.24.1
|
| 11 |
pyfiglet>=1.0.2
|
| 12 |
requests>=2.32.3
|
|
|
|
| 1 |
argparse>=1.4.0
|
| 2 |
ffmpeg>=1.4
|
| 3 |
+
gradio
|
| 4 |
jupyter>=1.1.1
|
| 5 |
matplotlib>=3.9.2
|
| 6 |
mediapipe>=0.10.15
|
| 7 |
numpy>=1.26.4
|
| 8 |
+
opencv-python
|
| 9 |
+
jinja2
|
| 10 |
+
pillow
|
| 11 |
plotly>=5.24.1
|
| 12 |
pyfiglet>=1.0.2
|
| 13 |
requests>=2.32.3
|