Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
|
|
1 |
torch==1.12.1
|
2 |
torchvision==0.13.1
|
3 |
Pillow==10.4.0
|
4 |
gradio==3.4.0
|
5 |
numpy==1.24.3
|
6 |
-
tqdm==4.67.1
|
7 |
-
matplotlib==3.9.4
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
torch==1.12.1
|
3 |
torchvision==0.13.1
|
4 |
Pillow==10.4.0
|
5 |
gradio==3.4.0
|
6 |
numpy==1.24.3
|
|
|
|