Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
torch==2.0.1
|
| 2 |
-
torchvision==0.15.2
|
| 3 |
-
mediapipe==0.10.
|
| 4 |
opencv-python-headless==4.8.0.76
|
| 5 |
transformers==4.30.0
|
| 6 |
streamlit==1.22.0
|
|
|
|
| 1 |
+
torch==2.0.1
|
| 2 |
+
torchvision==0.15.2
|
| 3 |
+
mediapipe==0.10.10 # Updated version that works with Python 3.10
|
| 4 |
opencv-python-headless==4.8.0.76
|
| 5 |
transformers==4.30.0
|
| 6 |
streamlit==1.22.0
|