Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
torch==2.5.0 --index-url https://download.pytorch.org/whl/cpu
|
| 2 |
-
transformers==4.
|
|
|
|
| 3 |
Pillow==10.4.0
|
| 4 |
numpy==1.26.4
|
| 5 |
gradio==4.44.0
|
|
|
|
| 1 |
torch==2.5.0 --index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
transformers==4.47.0
|
| 3 |
+
tokenizers==0.21.0
|
| 4 |
Pillow==10.4.0
|
| 5 |
numpy==1.26.4
|
| 6 |
gradio==4.44.0
|