Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
torch==2.3.1
|
2 |
torchvision==0.18.1
|
|
|
3 |
numpy==1.26.4
|
4 |
pillow==10.4.0
|
5 |
git+https://github.com/huggingface/transformers
|
|
|
1 |
torch==2.3.1
|
2 |
torchvision==0.18.1
|
3 |
+
transformers==4.37.0
|
4 |
numpy==1.26.4
|
5 |
pillow==10.4.0
|
6 |
git+https://github.com/huggingface/transformers
|