Spaces:
Runtime error
Runtime error
Update pre-requirements.txt
Browse files- pre-requirements.txt +3 -4
pre-requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
pip==23.3.1
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
torchaudio==2.0.1 --index-url https://download.pytorch.org/whl/cu118
|
6 |
tqdm==4.66.1
|
7 |
mediapipe==0.10.8
|
8 |
Pillow==10.1.0
|
|
|
1 |
pip==23.3.1
|
2 |
+
torch==2.0.0+cu117 --index-url https://download.pytorch.org/whl/cu118
|
3 |
+
torchvision==0.15.1+cu117 --index-url https://download.pytorch.org/whl/cu118
|
4 |
+
torchaudio==2.0.1+cu117 --index-url https://download.pytorch.org/whl/cu118
|
|
|
5 |
tqdm==4.66.1
|
6 |
mediapipe==0.10.8
|
7 |
Pillow==10.1.0
|