Spaces:
Build error
Build error
| # Install dependencies | |
| pip install --upgrade pip | |
| pip install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cpu | |
| pip install opencv-python | |
| pip install matplotlib | |
| pip install gradio | |
| # Install detectron2 from GitHub | |
| pip install 'git+https://github.com/facebookresearch/detectron2.git' | |