onedevelopment commited on
Commit
27ff4ed
·
1 Parent(s): 57798ee

Pin huggingface_hub to <0.26.0 for Gradio 4.44.1 compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  gradio==4.44.1
2
- huggingface_hub
3
  python-dotenv
4
  transformers
5
  torch
 
1
  gradio==4.44.1
2
+ huggingface_hub<0.26.0
3
  python-dotenv
4
  transformers
5
  torch