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