Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,9 @@
|
|
| 1 |
torch==2.8.0
|
| 2 |
torchvision==0.23.0
|
| 3 |
torchaudio==2.8.0
|
| 4 |
-
|
|
|
|
| 5 |
opencv-python-headless
|
| 6 |
numpy
|
| 7 |
-
gradio
|
|
|
|
|
|
| 1 |
torch==2.8.0
|
| 2 |
torchvision==0.23.0
|
| 3 |
torchaudio==2.8.0
|
| 4 |
+
|
| 5 |
+
mediapipe==0.10.35
|
| 6 |
opencv-python-headless
|
| 7 |
numpy
|
| 8 |
+
gradio
|
| 9 |
+
protobuf<5
|