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

Update pre_build.py

Browse files
Files changed (1) hide show
  1. pre_build.py +2 -0
pre_build.py CHANGED
@@ -47,6 +47,8 @@ def main():
47
  print("Starting pre-build setup for Hugging Face Spaces...")
48
 
49
  # Setup GroundingDINO
 
 
50
  if not setup_groundingdino():
51
  print("Failed to setup GroundingDINO")
52
  sys.exit(1)
 
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")
54
  sys.exit(1)