Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
mediapipe
|
| 2 |
-
opencv-python-headless
|
| 3 |
-
numpy
|
| 4 |
-
torch
|
| 5 |
-
gradio
|
|
|
|
| 1 |
+
mediapipe==0.10.9
|
| 2 |
+
opencv-python-headless==4.9.0.80
|
| 3 |
+
numpy==1.26.3
|
| 4 |
+
torch==2.2.2 --index-url https://download.pytorch.org/whl/cpu
|
| 5 |
+
gradio==4.19.2
|