Spaces:
Runtime error
Runtime error
Update pre_build.py
Browse files- 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 |
-
|
| 51 |
os.system("pip install -r requirements_hf.txt")
|
| 52 |
|
| 53 |
if not setup_groundingdino():
|
|
|
|
| 47 |
print("Starting pre-build setup for Hugging Face Spaces...")
|
| 48 |
|
| 49 |
# Setup GroundingDINO
|
| 50 |
+
|
| 51 |
os.system("pip install -r requirements_hf.txt")
|
| 52 |
|
| 53 |
if not setup_groundingdino():
|