Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -15,7 +15,7 @@ tqdm>=4.64 # Progress bars for iterative tasks
|
|
| 15 |
# Hugging Face Support
|
| 16 |
transformers>=4.30 # Hugging Face Transformers for SegFormer models
|
| 17 |
sentencepiece # Tokenization for Hugging Face models
|
| 18 |
-
huggingface-hub>=0.
|
| 19 |
|
| 20 |
# Data Handling
|
| 21 |
pandas>=1.3 # Data manipulation and structured data handling
|
|
|
|
| 15 |
# Hugging Face Support
|
| 16 |
transformers>=4.30 # Hugging Face Transformers for SegFormer models
|
| 17 |
sentencepiece # Tokenization for Hugging Face models
|
| 18 |
+
huggingface-hub>=0.31.2 # Model hub integration for Hugging Face
|
| 19 |
|
| 20 |
# Data Handling
|
| 21 |
pandas>=1.3 # Data manipulation and structured data handling
|