| --- |
| title: MaskCut |
| emoji: 🌍 |
| colorFrom: pink |
| colorTo: pink |
| sdk: docker |
| sdk_version: 3.16.2 |
| app_file: app.py |
| pinned: false |
| license: mit |
| duplicated_from: facebook/MaskCut |
| --- |
| |
| Check out the configuration reference at [Spaces Config Reference](https://huggingface.co/docs/hub/)spaces-config-reference |
|
|
| ## Development |
|
|
| To install the dependencies, run: |
|
|
| ```bash |
| git clone --recursive https://huggingface.co/spaces/AdVisual/MaskCut |
| cd MaskCut |
| pip install -r requirements.txt |
| # Install the packages in CutLER |
| pip install -r CutLER/requirements.txt |
| ``` |
|
|