Spaces:
Sleeping
Sleeping
Update requirement.txt
Browse files- requirement.txt +4 -2
requirement.txt
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
|
|
| 1 |
torch==2.0.1
|
| 2 |
torchvision==0.15.2
|
| 3 |
gradio==3.50.2
|
| 4 |
matplotlib==3.7.2
|
| 5 |
numpy==1.25.2
|
| 6 |
-
opencv-python==4.8.0.76
|
| 7 |
-
Pillow==10.0.0
|
|
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
torch==2.0.1
|
| 3 |
torchvision==0.15.2
|
| 4 |
gradio==3.50.2
|
| 5 |
matplotlib==3.7.2
|
| 6 |
numpy==1.25.2
|
| 7 |
+
opencv-python-headless==4.8.0.76
|
| 8 |
+
Pillow==10.0.0
|
| 9 |
+
requests==2.31.0
|