Mountchicken commited on
Commit
ced4743
·
verified ·
1 Parent(s): e0b5613

Update pre_build.py

Browse files
Files changed (1) hide show
  1. pre_build.py +1 -1
pre_build.py CHANGED
@@ -47,7 +47,7 @@ def main():
47
  print("Starting pre-build setup for Hugging Face Spaces...")
48
 
49
  # Setup GroundingDINO
50
- os.system("pip install -r requirements.txt")
51
 
52
  if not setup_groundingdino():
53
  print("Failed to setup GroundingDINO")
 
47
  print("Starting pre-build setup for Hugging Face Spaces...")
48
 
49
  # Setup GroundingDINO
50
+ os.system("pip install -r requirements_hf.txt")
51
 
52
  if not setup_groundingdino():
53
  print("Failed to setup GroundingDINO")