Spaces:
Runtime error
Runtime error
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 |