Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
|
@@ -1,9 +1,7 @@
|
|
| 1 |
-
torch==2.
|
| 2 |
-
torchvision==0.
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
numpy
|
| 8 |
-
gradio
|
| 9 |
-
protobuf<5
|
|
|
|
| 1 |
+
torch==2.2.2+cpu
|
| 2 |
+
torchvision==0.17.2+cpu
|
| 3 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 4 |
+
mediapipe==0.10.13
|
| 5 |
+
opencv-python-headless==4.9.0.80
|
| 6 |
+
gradio==4.44.0
|
| 7 |
+
numpy
|
|
|
|
|
|