---
title: Ammarkids Photoshoots
emoji: 👕
colorFrom: purple
colorTo: gray
sdk: gradio
sdk_version: 5.9.1
app_file: app.py
license: apache-2.0
disable_embedding: true
pinned: true
---
# Simple Virtual Try-On App using FASHN AI & Gradio
This repository implements a simple virtual try-on app that uses the Gradio framework and the FASHN API as its backend.
### Sign Up to FASHN
This repository requires an API key from a FASHN account.
Don't have an account yet? [Create an account](https://app.fashn.ai/).
If you already have an account, go to Settings → API → `+ Create new API key`
### Setup
1. Clone this repository:
```bash
git clone https://github.com/fashn-AI/tryon-gradio-app
cd tryon-gradio-app
```
2. Install the required packages:
```bash
pip install -r requirements.txt
```
### Helpful Guides and Documentation
To get the most out of the FASHN API, we recommend to read the following guides to better understand all node features and parameters:
1. [FASHN Features Guide: Part I (Model & Garment Controls)](https://fashn.ai/blog/getting-the-best-virtual-try-on-results-part-i)
2. [FASHN Features Guide: Part II (Sampling Controls)](https://fashn.ai/blog/getting-the-best-virtual-try-on-results-part-ii)
You can also review the official [API Docs](https://docs.fashn.ai/) for a concise summary of each of the parameters function and usage.