Saffn commited on
Commit
c040351
·
1 Parent(s): af708d2

Update huggingface_hub to >=0.25.1 to resolve dependency conflict with Gradio 5

Browse files
Files changed (1) hide show
  1. 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==0.23.2
 
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