Commit ·
2093915
1
Parent(s): 3f407e8
Added better how-to develop in README
Browse files
README.md
CHANGED
|
@@ -11,4 +11,16 @@ license: mit
|
|
| 11 |
duplicated_from: facebook/MaskCut
|
| 12 |
---
|
| 13 |
|
| 14 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
duplicated_from: facebook/MaskCut
|
| 12 |
---
|
| 13 |
|
| 14 |
+
Check out the configuration reference at [Spaces Config Reference](https://huggingface.co/docs/hub/)spaces-config-reference
|
| 15 |
+
|
| 16 |
+
## Development
|
| 17 |
+
|
| 18 |
+
To install the dependencies, run:
|
| 19 |
+
|
| 20 |
+
```bash
|
| 21 |
+
git clone --recursive https://huggingface.co/spaces/AdVisual/MaskCut
|
| 22 |
+
cd MaskCut
|
| 23 |
+
pip install -r requirements.txt
|
| 24 |
+
# Install the packages in CutLER
|
| 25 |
+
pip install -r CutLER/requirements.txt
|
| 26 |
+
```
|