Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
huggingface_hub==0.
|
2 |
transformers==4.47.1
|
3 |
pandas
|
4 |
torch
|
5 |
-
spaces
|
|
|
|
1 |
+
huggingface_hub==0.24.0
|
2 |
transformers==4.47.1
|
3 |
pandas
|
4 |
torch
|
5 |
+
spaces
|
6 |
+
tokenizers==0.21.0
|