Spaces:
Running
Running
requirements.txt changes
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
-
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
3 |
numpy>=1.23.0
|
4 |
Pillow>=8.3.2
|
5 |
opencv-python
|
|
|
1 |
+
|
2 |
+
|
3 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
4 |
+
|
5 |
+
torch==2.0.1+cpu
|
6 |
+
torchvision==0.15.2+cpu
|
7 |
+
torchaudio==2.0.2+cpu
|
8 |
numpy>=1.23.0
|
9 |
Pillow>=8.3.2
|
10 |
opencv-python
|