Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
mediapipe
|
4 |
-
opencv-python-headless
|
5 |
-
transformers
|
6 |
-
streamlit
|
7 |
-
Pillow
|
|
|
1 |
+
torch==2.0.1 --extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
+
torchvision==0.15.2 --extra-index-url https://download.pytorch.org/whl/cpu
|
3 |
+
mediapipe==0.10.0
|
4 |
+
opencv-python-headless==4.8.0.76
|
5 |
+
transformers==4.30.0
|
6 |
+
streamlit==1.22.0
|
7 |
+
Pillow==9.4.0
|