Mathematicaljuice commited on
Commit
b9d51ef
·
verified ·
1 Parent(s): e87c422

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -9
requirements.txt CHANGED
@@ -1,9 +1,7 @@
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
 
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