dev-yuje commited on
Commit
8c5b45c
·
1 Parent(s): a8786be

fix: pin huggingface_hub<1.0.0 to resolve HfFolder import error in Gradio 4

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -3,8 +3,9 @@ neo4j-graphrag[openai]
3
  langchain-openai
4
  langgraph
5
 
6
- # Gradio UI (HF Spaces 배포)
7
  gradio>=4.0.0
 
8
 
9
  # 데이터 크롤링 및 처리
10
  selenium
 
3
  langchain-openai
4
  langgraph
5
 
6
+ # Gradio UI (HF 배포 시 HfFolder 충돌 방지용)
7
  gradio>=4.0.0
8
+ huggingface_hub<1.0.0
9
 
10
  # 데이터 크롤링 및 처리
11
  selenium