Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
|
|
|
|
|
|
1 |
gradio==4.44.0
|
2 |
-
torch==2.4.1+cpu
|
3 |
-
torchvision==0.19.1+cpu
|
4 |
opencv-python==4.10.0.84
|
5 |
numpy==1.26.4
|
6 |
pillow==10.4.0
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
+
torch==2.4.1
|
3 |
+
torchvision==0.19.1
|
4 |
gradio==4.44.0
|
|
|
|
|
5 |
opencv-python==4.10.0.84
|
6 |
numpy==1.26.4
|
7 |
pillow==10.4.0
|