Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-
huggingface-hub>=0.16.4,<0.18 #
|
2 |
-
requests>=2.32.2 # Update to
|
3 |
gradio==3.28.0
|
4 |
transformers==4.34.0
|
5 |
torch==2.1.0
|
|
|
1 |
+
huggingface-hub>=0.16.4,<0.18 # Correct version range for tokenizers
|
2 |
+
requests>=2.32.2 # Update to a compatible version
|
3 |
gradio==3.28.0
|
4 |
transformers==4.34.0
|
5 |
torch==2.1.0
|