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