Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
gradio>=3.0.0
|
2 |
torch>=1.6.0
|
|
|
3 |
opencv-python>=4.4.0.46
|
4 |
scipy>=1.4.1
|
5 |
numpy>=1.19.5
|
6 |
-
mediapipe>=0.10.0
|
|
|
1 |
gradio>=3.0.0
|
2 |
torch>=1.6.0
|
3 |
+
torchvision>=0.15.0
|
4 |
opencv-python>=4.4.0.46
|
5 |
scipy>=1.4.1
|
6 |
numpy>=1.19.5
|
7 |
+
mediapipe>=0.10.0
|