Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
torch==2.4.0
|
2 |
torchaudio==2.4.0
|
3 |
tokenizers==0.21.0
|
4 |
-
transformers
|
5 |
huggingface_hub==0.28.1
|
6 |
spaces==0.32.0
|
7 |
gradio==5.20.1
|
|
|
1 |
torch==2.4.0
|
2 |
torchaudio==2.4.0
|
3 |
tokenizers==0.21.0
|
4 |
+
transformers @ git+https://github.com/huggingface/[email protected]
|
5 |
huggingface_hub==0.28.1
|
6 |
spaces==0.32.0
|
7 |
gradio==5.20.1
|