Spaces:
Paused
Paused
File size: 308 Bytes
be3daaf | 1 2 3 4 5 6 7 8 9 10 11 12 | # CatVTON Virtual Try-On (Hugging Face Space)
This Space hosts a Gradio interface for the CatVTON model.
Upload a person image and a garment image to generate a virtual try-on result.
## Run locally
```bash
pip install -r requirements.txt
python app.py
```
Then open http://127.0.0.1:7860 in your browser.
|