Update requirements .txt
Browse files- requirements .txt +3 -3
requirements .txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
-
--
|
| 2 |
-
|
| 3 |
-
torch==2.2.2+cpu
|
| 4 |
gradio==4.44.0
|
| 5 |
transformers==4.44.2
|
| 6 |
Pillow==10.4.0
|
| 7 |
numpy==1.26.4
|
|
|
|
|
|
| 1 |
+
torch==2.2.2+cpu --index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
torchvision==0.17.2+cpu --index-url https://download.pytorch.org/whl/cpu
|
|
|
|
| 3 |
gradio==4.44.0
|
| 4 |
transformers==4.44.2
|
| 5 |
Pillow==10.4.0
|
| 6 |
numpy==1.26.4
|
| 7 |
+
matplotlib==3.9.2
|