Spaces:
Runtime error
Runtime error
File size: 152 Bytes
4dcb611 |
1 2 3 4 5 6 |
from os import system
system("git submodule update --init --recursive")
system("cd GroundingDINO && pip install -e .")
system("python gradio_demo.py")
|