Update huggingface_hub to >=0.25.1 to resolve dependency conflict with Gradio 5
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,7 +2,8 @@ gradio>=5.0.0
|
|
| 2 |
torch
|
| 3 |
transformers>=4.43.0
|
| 4 |
accelerate>=0.30.0
|
| 5 |
-
huggingface_hub=
|
|
|
|
| 6 |
|
| 7 |
|
| 8 |
|
|
|
|
| 2 |
torch
|
| 3 |
transformers>=4.43.0
|
| 4 |
accelerate>=0.30.0
|
| 5 |
+
huggingface_hub>=0.25.1
|
| 6 |
+
|
| 7 |
|
| 8 |
|
| 9 |
|