asemxin commited on
Commit
be75d8a
·
1 Parent(s): b05c538

Fix: Pin huggingface_hub to 0.25.0 for HfFolder compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  gradio==4.44.0
 
2
  fastapi>=0.100.0
3
  uvicorn>=0.23.0
4
  httpx>=0.25.0
 
1
  gradio==4.44.0
2
+ huggingface_hub==0.25.0
3
  fastapi>=0.100.0
4
  uvicorn>=0.23.0
5
  httpx>=0.25.0