Spaces:
Runtime error
Runtime error
File size: 708 Bytes
2da06d4 ee405f9 2da06d4 ccc2094 e929b3c 2da06d4 e4c13d0 cdd90a6 2da06d4 fdb3ae3 |
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 28 29 30 31 32 33 34 35 36 37 38 39 |
---
title: IDM VITON PARO
emoji: 🛠️
colorFrom: purple
colorTo: pink
sdk: docker
#sdk: gradio
#sdk_version: 4.36.1
app_file: gradio_demo/app.py
pinned: true
license: apache-2.0
---
# IDM VITON PARO
This project demonstrates a Virtual Try-On application using deep learning models.
## Features
- Try on different clothing items virtually.
- Uses state-of-the-art models for realistic image generation.
## How to Use
1. Upload your image.
2. Select the clothing item you want to try on.
3. Click "Run" to see the results.
## License
This project is licensed under the Apache 2.0 License.
## Setup
To set up the environment, run:
```bash
conda env create -f environment.yaml
conda activate my-env |