from os import system system("git submodule update --init --recursive") system("cd GroundingDINO && pip install -e .") system("python gradio_demo.py")