File size: 548 Bytes
b049fc2
 
 
 
 
5e6d15e
b049fc2
 
 
 
 
 
 
2093915
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
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
```