Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -3,7 +3,7 @@ pillow ~= 10.3.0
|
|
3 |
numpy ~= 1.26.4
|
4 |
torch ~= 2.0.1
|
5 |
torchvision ~= 0.15.2
|
6 |
-
transformers
|
7 |
google-generativeai ~= 0.5.2
|
8 |
python-dotenv~=0.21.0
|
9 |
google~=3.0.0
|
|
|
3 |
numpy ~= 1.26.4
|
4 |
torch ~= 2.0.1
|
5 |
torchvision ~= 0.15.2
|
6 |
+
transformers @ git+https://github.com/huggingface/transformers
|
7 |
google-generativeai ~= 0.5.2
|
8 |
python-dotenv~=0.21.0
|
9 |
google~=3.0.0
|