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 #
|
| 3 |
gradio==3.28.0
|
| 4 |
transformers==4.34.0
|
| 5 |
torch==2.1.0
|
|
|
|
| 1 |
+
huggingface-hub>=0.16.4,<0.18 # Use a compatible version range with tokenizers
|
| 2 |
+
requests>=2.32.2 # Ensure compatibility with other dependencies
|
| 3 |
gradio==3.28.0
|
| 4 |
transformers==4.34.0
|
| 5 |
torch==2.1.0
|